Description Slots Methods Examples
This class provides a way to store and manipulate operational taxonomic unit data. ".OTUset" is inherited by "OTUsetQ", "OTUsetF", and "OTUsetB". The user will want to use "OTUsetQ" when quality data is available, "OTUsetF" when sequence data (without quality data) is available, and "OTUsetB" when only OTU and sample data are available.
OTUsetB includes Slots id
, sampleID
, otuID
, sampleData
, assignmentData
.
OTUsetF includes Slots id
sampleID
, otuID
, sampleData
, assignmentData
, sread
.
OTUsetQ includes Slots id
sampleID
, otuID
, sampleData
, assignmentData
, sread
, quality
.
Methods include:
provides access to the id slot of object
provides access to the sampleID slot of object
provides access the otuID slot of object
provides accesss the sampleData slot of object
provides access the assignmentData slot of object
provides access to the sread slot of object
provides access to the quality slot of object
returns the first word of the id line. Intended to extract the sequence name from other sequence information.
returns the number of samples in an OTUset object
returns the number of OTUs in an OTUset object
signature(object=".OTUset")
: provides a brief summary of the object, including its class, number of sequences, number of samples, and number of OTUs.
1 2 3 | showClass(".OTUset")
showMethods(class=".OTUset")
showClass("OTUsetQ")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.