mdtable | R Documentation |
Mapping transcriptome and/or metabolome data on KEGG pathway
mdtable(dat, add_row)
dat |
data.frame or matrix |
add_row |
logical: add rownames to column or not. |
## Not run: ## dfiris <- head(iris); tbliris <- dplyr::as.tbl(head(iris)); mtxiris <- as.matrix(head(iris)) mdtable(dat = dfiris, add_row = TRUE) mdtable(dat = tbliris) mdtable(dat = mtxiris) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.