View source: R/epiprofile_plot.R
plotALLU_hPTM | R Documentation |
Make an alluvial plot with the histone PTMs ratio in each sample
plotALLU_hPTM(data, peptide_name, right_sample_name, num_col = 12)
data |
|
peptide_name |
Name of the peptide to plot |
right_sample_name |
name of the sample on the RHS that will have some extra geom_labels |
num_col |
number of colours to use for the plot |
A nice alluvial plot
tidy_hPTMs() |>
get_hPTM_FC(Reference_Sample_Name = 'WT_1_DIA') |>
plotALLU_hPTM(peptide_name = "KSAPATGGVKKPHR(H3_27_40)",
right_sample_name = "Last_Sample_DIA",
num_col = 12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.