Description Usage Arguments Value Examples
This function suggests cutoff of library size for library-wise screening by an empirical criteria. The cutoff is found by seeking first three bins with wilcoxon P-value lower than multiple test corrected P-value at 0.05. Although the library-wise cutoff can be suggested by this function, we still recommend users to look at the boxplot made by corcoefplot() function for double check.
1 | suggest_cutoff(rcleaned_matrix,wilcox_p)
|
rcleaned_matrix |
Gene-wise cleaned countmatrix, containing both of housekeeping and non-housekeeping data |
wilcox_p |
Wilcoxon P-value in gene-wise screening. Can be found in the output list of genewise function. |
Suggested library size with its quantile across libraries.
1 2 3 4 5 | suggest_cutoff(rcleaned_matrix,wilcox_p)
{ ~library-wise cutoff }
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.