Plot development of miRNA name mentioning over time.
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
)
Data frame containing miRNA names and publication years.
Character vector. Vector containing miRNA names to plot.
Numeric. Optional. Specifies start year. If start = NULL
,
start
is set to the oldest year in df
.
Numeric. Optional. Specifies end year. If end = NULL
,
end
is set to the youngest year in df
.
String. Specifies linetype. linetype
can take on values
as mentioned in the geom_line documentation of ggplot2. Additionally,
linetype
can be set to "miRNA"
. If linetype = "miRNA"
, each miRNA name
in mir
has its own linetype.
Float. Opacity of lines.
Float. Width of dodging lines.
Symbol. Column containing miRNA names.
Symbol. Column containing year.
String. Plot title.
Line plot displaying how often a miRNA name was mentioned per year..
Plot how often a miRNA name was mentioned per year.
Other miR development functions:
plot_mir_new()