filterCategory {HTqPCR} | R Documentation |
Ct values corresponding to selected feature categories will be replaced by NA. Generally, the feature categories indicate how reliable the values are.
filterCategory(q, na.categories = c("Unreliable", "Undetermined"))
q |
a qPCRset object. |
na.categories |
character vector, with the name(s) of the feature categories where Ct values will be considered NA. |
A qPCRset object like the input, but with the selected Ct values replaced by NAs
Heidi Dvinge
setCategory
for adjusting the categories.
data(qPCRraw) qPCRraw2 <- setCategory(qPCRraw, groups=NULL) x <- filterCategory(qPCRraw2) summary(qPCRraw) summary(x)