Learn R Programming

miRetrieve (version 1.3.4)

count_mir: 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.

Value

Data frame. Data frame containing miRNA names and their respective frequency.

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.

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()