ncol
for biom-class
objects.ncol
method for expected behavior.
ncol(x)
biom-class
.x
. A length 1
integer-class
.
nrow
# # # import with default parameters, specify a file
biom_file = system.file("extdata", "rich_sparse_otu_table.biom", package = "biom")
(x = read_biom(biom_file) )
ncol(x)
Run the code above in your browser using DataLab