feat_count: Calculate the count number of features

View source: R/mt_extra.R

feat_countR Documentation

Calculate the count number of features

Description

Calculate the features counts based on the frequency of multiple selectors.

Usage

feat_count(fs.ord, top.k = 30)

Arguments

fs.ord

data matrix for multiple feature order lists.

top.k

top feature number to be processed.

Value

a data matrix of feature counts.

Examples

fs.ord <- mtExtra:::fs.ord
feat_count(fs.ord, top.k = 20)

wanchanglin/mtExtra documentation built on Aug. 2, 2024, 5:47 p.m.