Description Usage Arguments Value Examples
Compute PI - proportion of observations missing completely at random
1 |
m |
matrix of abundances, numsmaples x numpeptides |
toplot |
TRUE/FALSE plot mean vs protportion missing curve and PI |
pi estimate of the proportion of observations missing completely at random
Contributed by Shelley Herbrich & Tom Taverner for Karpievitch et al. 2009
1 2 3 4 5 6 7 | data(mm_peptides)
intsCols = 8:13
metaCols = 1:7
m_logInts = make_intencities(mm_peptides, intsCols)
m_prot.info = make_meta(mm_peptides, metaCols)
m_logInts = convert_log2(m_logInts)
my.pi = eigen_pi(m_logInts, toplot=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.