plot_mir_development {miRetrieve} | R Documentation |
Plot development of miRNA name mentioning over time
Description
Plot development of miRNA name mentioning over time.
Usage
plot_mir_development(
df,
mir,
start = NULL,
end = NULL,
linetype = "miRNA",
alpha = 0.8,
width = 0.3,
col.mir = miRNA,
col.year = Year,
title = NULL
)
Arguments
df |
Data frame containing miRNA names and publication years. |
mir |
Character vector. Vector containing miRNA names to plot. |
start |
Numeric. Optional. Specifies start year. If |
end |
Numeric. Optional. Specifies end year. If |
linetype |
String. Specifies linetype. |
alpha |
Float. Opacity of lines. |
width |
Float. Width of dodging lines. |
col.mir |
Symbol. Column containing miRNA names. |
col.year |
Symbol. Column containing year. |
title |
String. Plot title. |
Details
Plot how often a miRNA name was mentioned per year.
Value
Line plot displaying how often a miRNA name was mentioned per year..
See Also
Other miR development functions:
plot_mir_new()