plot_dynamics_proteome {vDiveR} | R Documentation |
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 = 15,
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) |
Value
A plot
Examples
plot_dynamics_proteome(proteins_1host)
[Package vDiveR version 1.2.1 Index]