Description Usage Arguments Details Value Examples
View source: R/SigCorrsHuman.R
Retrieve significantly correlating proteins and their gene names
1 | SigCorrsHuman(Human_ProtCorrelations, RankSig_Threshold = 2)
|
Human_ProtCorrelations |
Output list from function MakeCorrHuman |
RankSig_Threshold |
Min number of occurrences where correlation was found significant, Default: 2 |
Used to get an overview of singificantly proteins that can be used for later gene ontology analysis etc.
Data frame containing significantly correlating genes and the mean correlation pValue
1 2 3 4 | ## Not run:
sig_prots_h<-SigCorrsHuman(corrs_h)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.