Description Usage Arguments Details Value See Also
View source: R/mirna_year_new_and_trend.R
Plot number of newly mentioned miRNA names/year.
1 2 3 4 5 6 7 8 9 10 |
df |
Data frame containing miRNA names and publication years. |
threshold |
Integer. Specifies how often a miRNA must be mentioned in a year to be considered "mentioned". |
start |
Integer. Optional. Beginning of publication period.
If |
end |
Integer. Optional. End of publication period.
If |
colour |
String. Colour of bar plot. |
col.mir |
Symbol. Column containing miRNA names. |
col.year |
Symbol. Column containing publication year. |
title |
String. Plot title. |
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.
Bar plot displaying the number of newly mentioned miRNA names/year.
Other miR development functions:
plot_mir_development()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.