Description Usage Arguments Details Value See Also
Subset data frame for miRNA names whose frequency exceeds a threshold.
1 | subset_mir_threshold(df, threshold = 1, col.mir = miRNA, col.pmid = PMID)
|
df |
Data frame containing miRNA names and a PubMed-IDs. |
threshold |
Integer or float. If |
col.mir |
Symbol. Column containing miRNA names. |
col.pmid |
Symbol. Column containing PubMed-IDs. |
Subset data frame for miRNA names whose frequency exceeds 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, subset_mir_threshold()
retains
miRNA names mentioned in at least threshold
abstracts.
If threshold
is a float between 0 and 1, subset_mir_threshold()
retains
miRNA names mentioned in at least threshold
abstracts
of all abstracts in df
.
Data frame, subset for miRNA names whose frequency exceeds a threshold.
Other subset functions:
subset_df()
,
subset_mir()
,
subset_research()
,
subset_review()
,
subset_snp()
,
subset_year()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.