powered by
nsamples(physeq)## S3 method for class 'ANY': nsamples(physeq)## S3 method for class 'phyloseq': nsamples(physeq)## S3 method for class 'otu_table': nsamples(physeq)## S3 method for class 'sample_data': nsamples(physeq)
## S3 method for class 'ANY': nsamples(physeq)
## S3 method for class 'phyloseq': nsamples(physeq)
## S3 method for class 'otu_table': nsamples(physeq)
## S3 method for class 'sample_data': nsamples(physeq)
phyloseq-class
sample_data
otu_table-class
taxa_names
sample_names
ntaxa
# data("esophagus") tree <- phy_tree(esophagus) OTU1 <- otu_table(esophagus) nsamples(OTU1) physeq1 <- phyloseq(OTU1, tree) nsamples(physeq1)
Run the code above in your browser using DataLab