htQPCR
1
0
Entering edit mode
David ▴ 860
@david-3335
Last seen 6.1 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
• 849 views
ADD COMMENT
0
Entering edit mode
Heidi Dvinge ★ 2.0k
@heidi-dvinge-2195
Last seen 9.7 years ago
Hello David, Thanks for the feedback on HTqPCR. I've never really thought of filtering out samples during my own analysis, hence no option in filterCtData. The default way is by doing subsetting, such as qPCRset [,c(1:3,5)], or by using sample names as you do in your example. However, I guess a specific filtering option might also be useful in other cases, such as potentially removing samples that have a high proportion of NA values and can therefore be considered failed plates/ samples. I'll put it on the todo list of HTqPCR improvements. CHeers \Heidi On 22 Jul 2010, at 10:47, David martin wrote: > 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 > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/ > gmane.science.biology.informatics.conductor
ADD COMMENT

Login before adding your answer.

Traffic: 521 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6