Description Usage Arguments Value See Also Examples
View source: R/PlotsHumanProtCorr.R
Function to visualize correlations of protein intensities and MHCI peptide counts across tissues and donors in human
1 2 3 4 5 6 7 8 | PlotsHumanProtCorr(
Human_ProtCorrelations,
SigGene_names = NULL,
allSigprots = TRUE,
RankSigThreshold = 2,
path_filename = NA,
return_list_of_plots = TRUE
)
|
Human_ProtCorrelations |
List which is output object from the function MakeCorrHuman |
SigGene_names |
List of genes of interest, Default: NULL |
allSigprots |
Logical to generate plots for all genes (TRUE) or for a specified list of genes (FALSE), Default: TRUE |
RankSigThreshold |
Number of donors where a gene has to be found with significant correlation, Default: 2 |
path_filename |
path and filename where a pdf file containing all plots is to be written to (optional), Default: NA |
return_list_of_plots |
Logical, can return a list with plots for each gene, Default: TRUE |
list of plots for each gene as ggplot2 object
ggplot
,aes
,geom_smooth
,geom_point
,labs
,scale_colour_brewer
,theme
,margin
stat_poly_eq
geom_label_repel
1 2 3 4 5 | ## Not run:
plots_h<-PlotsHumanProtCorr(corrs_h,SigGene_names=c('HLA-B'),
allSigprots=F,path_filename='~/HLAB.pdf')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.