Description Usage Arguments Details Value See Also
Subset data frame for specific miRNA names only.
1  | subset_mir(df, mir.retain, col.mir = miRNA)
 | 
df | 
 Data frame containing a miRNA names.  | 
mir.retain | 
 Character vector. Vector specifying which miRNA names to keep.
miRNA names in   | 
col.mir | 
 Symbol. Column containing miRNA names.  | 
Subset data frame for specific miRNA names only.
Data frame containing only specified miRNA names.
If no miRNA name in mir.retain matches a miRNA name in col.mir, subset_mir() stops
with a warning saying "No miRNA name in 'mir.retain' matches a miRNA name in 'col.mir'.
Could not filter for miRNA name.".
get_mir(), subset_mir_threshold()
Other subset functions: 
subset_df(),
subset_mir_threshold(),
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.