Entering edit mode
David
▴
860
@david-3335
Last seen 6.7 years ago
Hello,
I would like to suggest a filtering method based on sample name.
FilterCTdata contains a lot of filtering methods but didn't see any to
filter based on sample names,
Actually i use the match function do remove samples from the analysis.
e.g
tofilter=c("sample1","sample2",...)
exprs(qpcrObj)[,-match(tofilter,colnames(exprs(qpcrObj)))]
thanks,
david