powered by
Give a rough estimate of the proportion of outliers in the data based on the results of DiPhiSeq.
outprop(diphiseq.res, fdr.cutoff = 0.1)
The results given by running diphiseq.
The cutoff for FDR.
a numeric value. The estimated proportion of outliers under the FDR cutoff in the data.
# NOT RUN { countmat <- matrix(rnbinom(100, size=1, mu=50), nrow=4, ncol=25) classlab <- c(rep(1, 10), rep(2, 15)) res <- diphiseq(countmat, classlab) outlier.proportion <- outprop(res) # }
Run the code above in your browser using DataLab