meshTable {GenomicSuperSignature} | R Documentation |
Build a two-column word/frequency table
meshTable(RAVmodel, ind, rm.noise = NULL, weighted = TRUE)
RAVmodel |
A PCAGenomicSignatures object |
ind |
An index of RAV |
rm.noise |
An integer. Under the default ( |
weighted |
A logical. If |
A table with two columns, word
and freq
. MeSH terms in
the defined RAV (by ind
argument) is ordered based on their frequency.
data(miniRAVmodel) meshTable(miniRAVmodel,1139)