Description Usage Arguments Details Value See Also
View source: R/count_mir_threshold.R
Count occurrence of miRNA names above a threshold.
| 1 | count_mir_threshold(df, threshold = 1, col.mir = miRNA, col.pmid = PMID)
 | 
| df | Data frame containing miRNA names and PubMed-IDs. | 
| threshold | Integer or float. If  | 
| col.mir | Symbol. Column containing miRNA names. | 
| col.pmid | Symbol. Column containing PubMed-IDs. | 
Count occurrence of miRNA names above a threshold. This threshold can either
be an absolute value, e.g. 3, or a float between 0 and 1, e.g. 0.2.
If threshold is an absolute value, number of distinct miRNA names mentioned
in at least threshold abstracts is returned.
If threshold is a float between 0 and 1, number of distinct miRNA names
mentioned in at least threshold abstracts
of all abstracts in df is returned.
Integer with the number of distinct miRNA names in df.
plot_mir_count_threshold(), count_mir(), plot_mir_count()
Other count functions: 
count_mir(),
count_snp(),
plot_mir_count_threshold(),
plot_mir_count()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.