sig_features | R Documentation |
Returns a list of significant proteins for each sample (column) in the given NES matrix. Identifies significant proteins by Benjamini-Hochberg at the given significance level.
sig_features(nes.mat, p.val.thresh = 0.05)
nes.mat |
Matrix of NES scores (features X columns), such as that generated by NaRnEA analysis. |
p.val.thresh |
p-value threshold. Default of 0.05. |
List of lists; one list for each sample (column), containing the names of significant proteins.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.