Description Usage Arguments Details Value See Also
View source: R/compare_mir_count.R
Compare top count of unique miRNA names per topic
1 2 3 4 5 6 7 8 9 10 11 |
df |
Data frame containing miRNA names, topics, and PubMed-IDs. |
top |
Integer. Specifies number of top unique miRNAs to plot. |
topic |
Character vector. Optional. Vector specifying which
topics to compare. If |
normalize |
Boolean. If |
colour |
String. Colour of bar plot. |
col.topic |
Symbol. Column containing topics. |
col.mir |
Symbol. Column containing miRNA names. |
col.pmid |
Symbol. Column containing PubMed-IDs. |
title |
String. Plot title. |
Compare top count of unique miRNA names per topic by plotting the the miRNA count of unique miRNAs per topic. Per topic, the unique miRNAs are identified and their count is plotted. The miRNA count can either be normalized, thus taking the proportion of abstracts mentioning a miRNA name compared to all abstracts in a topic, or not normalized, thus taking the absolute number of abstracts mentioning a miRNA in a topic.
Bar plot comparing frequency of unique miRNA count per topic.
compare_mir_count()
, compare_mir_count_log2()
Other compare functions:
compare_mir_count_log2()
,
compare_mir_count()
,
compare_mir_terms_log2()
,
compare_mir_terms_scatter()
,
compare_mir_terms_unique()
,
compare_mir_terms()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.