Description Usage Arguments Value Examples
Returns peeps for each sample in a given z-score matrix.
1  | get.peeps.from.z.matrix(z, cutoff, convert.to.pvalues, adjust.method = "BH")
 | 
z | 
 Matrix containing z-scores (genes vs samples), tab separated.  | 
cutoff | 
 Threshold for deciding peeps, either a z-score or adjusted p-value (if convert.to.pvalues=T).  | 
convert.to.pvalues | 
 Flag to convert z-scores to p-values. If TRUE, the z-scores are converted to P-values which are then corrected for multiple hypothesis testing.  | 
adjust.method | 
 P-value correction method (see p.adjust).  | 
Data frame containing sample name and geneid of genes in the peeps
1  | peeps <- get.peeps.from.z.matrix(z, cutoff=0.05, convert.to.pvalues=T) 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.