We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a261db commit cd58f5bCopy full SHA for cd58f5b
R/mv_feature_filter_class.R
@@ -81,7 +81,7 @@ setMethod(f="method.apply",
81
IN=apply(flags[,(length(L)+1):ncol(flags)],MARGIN=1,function(x) any(x==1))
82
} else {
83
IN=flags[,2]==1
84
- nmes=colnames(flags)[IN]
+ nmes=rownames(flags)[IN]
85
}
86
nmes=colnames(flags)[IN]
87
vmeta=vmeta[nmes,,drop=FALSE]
0 commit comments