Description Usage Arguments Details Value See Also Examples
View source: R/AnalCorrHuman.R
Function to extract proteins which significanlty correlate with MHCI peptide counts across tissues and donors.
1 2 3 4 5 | AnalCorrHuman(
DfList_Human_ProteinCorrelations,
pValue_Threshold = 0.05,
rsq_Threshold = 0.4
)
|
DfList_Human_ProteinCorrelations |
Output from 'MakeCorrHuman' with parameter 'runAnalCorrHuman=FALSE' |
pValue_Threshold |
Protein correlations with a pValue smaller than this threshold are considered significant, Default: 0.05 |
rsq_Threshold |
Min RSQ value at which protein is considered significantly correlation, both pValue and RSQ values have to be better or equal than threshold values, Default: 0.4 |
This function should always be used as part of the function 'MakeCorrHuman', only to be run seperately to save on computation time/space
Data frame with all human proteins subjected to correlations and annotated significance across donors
ggplot
,aes
,geom_path
,scale_colour_brewer
,geom_abline
,theme
,margin
,labs
,facet_grid
,lims
1 2 3 4 | ## Not run:
df_corrhuman <- AnalCorrHuman(MakeCorrHumanRaw,pValue_Threshold = 0.05)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.