Plot number of newly mentioned miRNA names/year.
plot_mir_new(
df,
threshold = 1,
start = NULL,
end = NULL,
colour = "steelblue3",
col.mir = miRNA,
col.year = Year,
title = NULL
)
Data frame containing miRNA names and publication years.
Integer. Specifies how often a miRNA must be mentioned in a year to be considered "mentioned".
Integer. Optional. Beginning of publication period.
If start = NULL
, start
is set to the least recent year in df
.
Integer. Optional. End of publication period.
If end = NULL
, end
is set to the most recent year in df
.
String. Colour of bar plot.
Symbol. Column containing miRNA names.
Symbol. Column containing publication year.
String. Plot title.
Bar plot displaying the number of newly mentioned miRNA names/year.
Plot how many miRNAs are mentioned for the first time in different year.
If a miRNA is considered to be "mentioned" in a year can be regulated
via the threshold
argument. If, for example, threshold
is set to 3, but a
miRNA is mentioned only twice in a year, it is not considered
to be "mentioned" for this year.
Other miR development functions:
plot_mir_development()