cutCV {codelink} | R Documentation |
Takes a Codelink object and calculate cutoff based in CV.
cutCV(object, subset=c(1:dim(object)[2]))
object |
an object of class "Codelink". |
subset |
subset of arrays to calculate cutoff with |
First it computes the median of CV for each gene over all arrays. Then it computes the mean and sd of all medians. Finally:
cutoff = mean + 3 * sd
Diego Diez
## Not run: # data: Normalized Codelink object merged. cutoff <- cutCV(data) ## End(Not run)