[BioC] htQPCR

David martin vilanew at gmail.com
Thu Jul 22 11:47:10 CEST 2010


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



More information about the Bioconductor mailing list