Count occurrence of miRNA names above a threshold.
count_mir_threshold(df, threshold = 1, col.mir = miRNA, col.pmid = PMID)
Data frame containing miRNA names and PubMed-IDs.
Integer or float. If threshold >= 1
, counts number of
miRNA names in at least threshold
abstracts.
If threshold
is between 0 and 1, counts number of miRNA names mentioned
in at least threshold
abstracts of all abstracts in df
.
Symbol. Column containing miRNA names.
Symbol. Column containing PubMed-IDs.
Integer with the number of distinct miRNA names in df
.
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.
plot_mir_count_threshold()
, count_mir()
, plot_mir_count()
Other count functions:
count_mir()
,
count_snp()
,
plot_mir_count_threshold()
,
plot_mir_count()