Description Usage Arguments Value Examples
Tail-based imputation approach as implemented in Perseus.
1  | tImpute(mat, m, s)
 | 
mat | 
 a matrix with rows correspond to phosphosites and columns correspond to samples.  | 
m | 
 a numeric number for controlling mean downshifting.  | 
s | 
 a numeric number for controlling standard deviation of downshifted sampling values.  | 
An imputed matrix
1 2 3 4 5 6  | data('phospho.cells.Ins.sample')
grps = gsub('_[0-9]{1}', '', colnames(phospho.cells.Ins))
phospho.cells.Ins.filtered <- selectGrps(phospho.cells.Ins, grps, 0.5, n=1)
set.seed(123)
phospho.cells.Ins.impute <- tImpute(phospho.cells.Ins.filtered)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.