Description Usage Arguments Details Value See Also Examples
View source: R/BasicAnalMouse.R
Function to provide basic analysis and visualization of mouse MHCI tissue draft (MHCI peptides per tissue and principal component analysis)
1 | BasicAnalMouse(df_mouse, returnPlotsOnly = FALSE)
|
df_mouse |
Mouse MHCI data frame, usually an output from the function 'GetMouseMHCIdata' |
returnPlotsOnly |
Only plots will be returned if TRUE and plots and data will be returned as a list if set to FALSE, Default: FALSE |
Returned data frame is a matrix of peptide intensities across tissues
List of plots and data
ggplot,aes,geom_bar,theme,labs,scale_colour_brewer
PCA
get_pca,fviz_pca
ggdraw,draw_plot,draw_plot_label
1 2 3 4 | ## Not run:
BasicAnalMouse(df_mouse)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.