plot_dynamics_proteome: Dynamics of Diversity Motifs (Proteome) Plot
Description
This function compactly display the dynamics of diversity motifs (index and its variants: major, minor and unique)
in the form of dot plot as well as violin plot for all the provided proteins at proteome level.
Usage
plot_dynamics_proteome(
df,
host = 1,
line_dot_size = 2,
base_size = 10,
alpha = 1/3,
bw = "nrd0",
adjust = 1
)
Arguments
- df
DiMA JSON converted csv file data
- host
number of host (1/2)
- line_dot_size
size of dot in plot
- base_size
word size in plot
- alpha
any number from 0 (transparent) to 1 (opaque)
- bw
smoothing bandwidth of violin plot (default: nrd0)
- adjust
adjust the width of violin plot (default: 1)
Examples
Run this codeplot_dynamics_proteome(proteins_1host)
Run the code above in your browser using DataLab