Description Usage Arguments Value Examples
Select phosphosites that have been quantified in more than a given percentage of samples
1 | selectOverallPercent(mat, percent=NULL, n=NULL)
|
mat |
a matrix with rows correspond to phosphosites and columns correspond to samples in replicates for different treatments. |
percent |
a percent from 0 to 1, specifying the percentage of quantified values in across all samples for retaining a phosphosite for subsequent analysis. |
n |
an integer indicating n or more quantified values required for retaining a phosphosite for subsequent analysis. |
a filtered matrix
1 2 3 4 5 6 7 8 | data('phospho.cells.Ins.sample')
phospho.cells.Ins.filtered <- selectOverallPercent(phospho.cells.Ins, 0.5)
# Before filtering
dim(phospho.cells.Ins)
# After filtering
dim(phospho.cells.Ins.filtered)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.