Description Usage Arguments Details Value See Also Examples
View source: R/BasicAnalHuman.R
Function to provide basic analysis and visualization of human MHCI tissue draft (MHCI peptides per tissue and principal component analysis)
1 | BasicAnalHuman(df_human, df_mouse = NULL)
|
df_human |
Human MHCI data frame, usually an output from the function 'GetHumanMHCIdata' |
df_mouse |
Optional parameter; Mouse MHCI data frame, usually an output from the function 'GetMouseMHCIdata', Default: NULL |
If df_mouse is specified, mouse and human MHCI tissue drafts are directly compared
List of plots of the analysis
tally
,group_by
,summarise_all
ggplot
,aes
,geom_boxplot
,theme
,margin
,labs
,geom_smooth
,geom_point
fct_reorder
PCA
get_pca
,fviz_pca
stat_poly_eq
geom_label_repel
ggdraw
,draw_plot
,draw_plot_label
1 2 3 4 | ## Not run:
BasicAnalHuman(df_human)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.