SummarizedPhyloseq-accessors: Accessors for SummarizedPhyloseq class and...

Description Usage Arguments Details Value Author(s) See Also

Description

Accessor methods for the SummarizedPhyloseq-class and the SummarizedPhyloStats-class

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
## S4 method for signature 'SummarizedPhyloseq'
kingdom_table(object)

## S4 method for signature 'SummarizedPhyloseq'
phylum_table(object)

## S4 method for signature 'SummarizedPhyloseq'
class_table(object)

## S4 method for signature 'SummarizedPhyloseq'
order_table(object)

## S4 method for signature 'SummarizedPhyloseq'
family_table(object)

## S4 method for signature 'SummarizedPhyloseq'
genus_table(object)

## S4 method for signature 'SummarizedPhyloseq'
species_table(object)

## S4 method for signature 'SummarizedPhyloStats'
kingdom_table(object)

## S4 method for signature 'SummarizedPhyloStats'
phylum_table(object)

## S4 method for signature 'SummarizedPhyloStats'
class_table(object)

## S4 method for signature 'SummarizedPhyloStats'
order_table(object)

## S4 method for signature 'SummarizedPhyloStats'
family_table(object)

## S4 method for signature 'SummarizedPhyloStats'
genus_table(object)

## S4 method for signature 'SummarizedPhyloStats'
species_table(object)

## S4 method for signature 'SummarizedPhyloStats'
otu_table(object)

Arguments

object

Either a SummarizedPhyloseq or SummarziedPhyloStats object.

Details

These methods retrieve slots from either a SummarizedPhyloseq or a SummarizedPhyloStats object.

kingdom_table()

Retrieve the kingdom_table slot

phylum_table()

Retrieve the phylum_table slot

class_table()

Retrieve the class_table slot

order_table()

Retrieve the order_table slot

family_table()

Retrieve the family_table slot

genus_table()

Retrieve the genus_table slot

species_table()

Retrieve the species_table slot

otu_table()

Retrieve the otu_table slot

Value

A otu_table-class object.

Author(s)

Chenghao Zhu

See Also

SummarizedPhyloseq-class SummarizedPhyloStats-class summarizeFromPhyloseq


zhuchcn/phylox documentation built on May 31, 2019, 5:14 p.m.