feat_count | R Documentation |
Calculate the features counts based on the frequency of multiple selectors.
feat_count(fs.ord, top.k = 30)
fs.ord |
data matrix for multiple feature order lists. |
top.k |
top feature number to be processed. |
a data matrix of feature counts.
fs.ord <- mtExtra:::fs.ord
feat_count(fs.ord, top.k = 20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.