as.matrix.rbiom | R Documentation |
Identical to running as.matrix(biom$counts)
.
## S3 method for class 'rbiom'
as.matrix(x, ...)
x |
An rbiom object, such as from |
... |
Not used. |
A base R matrix with OTUs as rows and samples as columns.
Other conversion:
as.list.rbiom()
library(rbiom)
as.matrix(hmp50)[1:5,1:5]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.