count_mir {miRetrieve} | R Documentation |
Count miRNA names in a data frame
Description
Count occurrence of miRNA names in a data frame.
Usage
count_mir(df, col.mir = miRNA)
Arguments
df |
Data frame containing miRNA names. |
col.mir |
Symbol. Column containing miRNA names. |
Details
Count occurrence of miRNA names in a data frame. The count of miRNA names is returned as a separate data frame, only listing the miRNA names and their respective frequency.
Value
Data frame. Data frame containing miRNA names and their respective frequency.
See Also
plot_mir_count()
, count_mir_threshold()
, plot_mir_count_threshold()
Other count functions:
count_mir_threshold()
,
count_snp()
,
plot_mir_count_threshold()
,
plot_mir_count()
[Package miRetrieve version 1.3.4 Index]