Description Usage Arguments Details Value See Also Examples
View source: R/MakeCorrMouse.R
Compute correlations between tissue dependent intensities of proteins and the tissue dependent number of MHCI peptides
1 2 3 4 5 6 | MakeCorrMouse(
df_mouse,
pValue_Threshold = 0.01,
rsq_Threshold = 0.4,
useSILAC = F
)
|
df_mouse |
Input MHCI tissue draft from GetMouseMHCIdata |
pValue_Threshold |
Maximum pValue at which a correlation will be considered significant, Default: 0.01 |
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 |
useSILAC |
Logical, use SILAC fold change values instead of normalized raw intensities of protein expression data, Default: F |
Mouse protein expression data are retireved from this publication: Geiger et al. Molecular & Cellular Proteomics June 1, 2013, 12 (6) 1709-1722; PMID: 30777892 https://www.mcponline.org/content/12/6/1709
List of dataframes with results
tally
lm
reexports
ggplot
,aes
,geom_path
,scale_colour_brewer
,geom_abline
,theme
,margin
,labs
,facet_grid
,lims
1 2 3 4 | ## Not run:
corrs_m<-MakeCorrMouse(df_mouse)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.