Description Usage Arguments Value Examples
Reduce the input contingency table by associating sequences with KEGG Pathway, KEGG Module or COG functional category identifiers.
1 2 3 4 | reduceCrossTab(x, target)
## S4 method for signature 'crossTab,character'
reduceCrossTab(x, target)
|
x |
A |
target |
Character vector indicating which onthology to use, either
|
Returns input crossTab
object, with updated contingency
table, displaying new category values in rows, and updated counts
in columns.
1 2 3 4 5 6 7 8 9 | # create contingency table
s <- getKO(HD59)
v <- as.numeric(MELP(HD59, ribosomal = TRUE))
ct <- crossTab(s, v)
ct
# reduce contingency table
reduceCrossTab(ct, "pathway")
reduceCrossTab(ct, "module")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.