Skip to content

Commit

Permalink
rm the legacy code that fails the cytoset class #153
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejiang committed May 29, 2019
1 parent 4ca524b commit ec6421d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/AllClasses.R
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,6 @@ setClass("flowSet",
data=data.frame(),
varMetadata=data.frame())),
validity=function(object){
nc <- length(colnames(object))
## Make sure that all of our samples list
name.check <- is.na(match(sampleNames(object), ls(object@frames,
all.names=TRUE)))
Expand Down

0 comments on commit ec6421d

Please sign in to comment.