Handling and analysis of high-throughput phylogenetic sequence data.


[Up] [Top]

Documentation for package ‘phyloseq’ version 1.2.1

Help Pages

A D E F G I M N O P R S T U misc

phyloseq-package Handling and analysis of high-throughput phylogenetic sequence data.

-- A --

access Universal slot accessor function for phyloseq-class.
assign-otu_table Assign a new OTU Table to 'x'
assign-phy_tree Assign a (new) phylogenetic tree to 'x'
assign-sample_data Assign (new) sample_data to 'x'
assign-taxa_are_rows Manually change taxa_are_rows through assignment.
assign-tax_table Assign a (new) Taxonomy Table to 'x'

-- D --

data-enterotype (Data) Enterotypes of the human gut microbiome (2011)
data-esophagus (Data) Small example dataset from a human esophageal community (2004)
data-GlobalPatterns (Data) Global patterns of 16S rRNA diversity at a depth of millions of sequences per sample (2011)
data-soilrep (Data) Reproducibility of soil microbiome data (2011)
distance General distance / dissimilarity index calculator
DPCoA Calculate Double Principle Coordinate Analysis (DPCoA) using phylogenetic distance

-- E --

enterotype (Data) Enterotypes of the human gut microbiome (2011)
esophagus (Data) Small example dataset from a human esophageal community (2004)
estimate_richness Summarize richness estimates
export_env_file Export environment (ENV) file for UniFrac Server.
export_mothur_dist Export a distance object as '.names' and '.dist' files for mothur

-- F --

filterfunSample A sample-wise filter function builder, analogous to 'filterfun'.
filterfun_sample A sample-wise filter function builder, analogous to 'filterfun'.
filter_taxa Filter taxa based on across-sample OTU abundance criteria

-- G --

genefilterSample Filter OTUs with arbitrary function, sample-wise.
genefilter_sample Filter OTUs with arbitrary function, sample-wise.
genefilter_sample-method Filter OTUs with arbitrary function, sample-wise.
getSamples Returns all abundance values for species 'i'.
getslots.phyloseq Return the non-empty slot names of a phyloseq object.
getSpecies Returns all abundance values of sample 'i'.
getTaxa Get a unique vector of the observed taxa at a particular taxonomic rank
getVariable Get the values for a particular variable in sample_data
get_sample Returns all abundance values for species 'i'.
get_sample-method Returns all abundance values for species 'i'.
get_taxa Returns all abundance values of sample 'i'.
get_taxa-method Returns all abundance values of sample 'i'.
get_taxa_unique Get a unique vector of the observed taxa at a particular taxonomic rank
get_variable Get the values for a particular variable in sample_data
GlobalPatterns (Data) Global patterns of 16S rRNA diversity at a depth of millions of sequences per sample (2011)

-- I --

import Universal import method (wrapper) for phyloseq-package
import_biom Import phyloseq data from BIOM file
import_env_file Read a UniFrac-formatted ENV file.
import_mothur General function for importing mothur files into phyloseq.
import_mothur_dist Import mothur-formatted distance file
import_pyrotagger_tab Imports a tab-delimited version of the pyrotagger output file.
import_qiime Import function to read files created by the QIIME pipeline.
import_qiime_otu_tax Import a QIIME-formatted otu-tax file into a list of two matrices.
import_qiime_sampleData Import just 'sample_data' file from QIIME pipeline.
import_qiime_sample_data Import just 'sample_data' file from QIIME pipeline.
import_RDP_cluster Import RDP cluster file and return otu_table (abundance table).
import_RDP_otu Import new RDP OTU-table format

-- M --

make_network Make microbiome network (igraph0)
merge_phyloseq Merge arguments into one phyloseq object.
merge_phyloseq_pair Merge pair of phyloseq component data objects of the same class.
merge_phyloseq_pair-method Merge pair of phyloseq component data objects of the same class.
merge_samples Merge samples based on a sample variable or factor.
merge_samples-method Merge samples based on a sample variable or factor.
merge_species Merge a subset of the species in 'x' into one species/taxa/OTU.
merge_taxa Merge a subset of the species in 'x' into one species/taxa/OTU.
merge_taxa-method Merge a subset of the species in 'x' into one species/taxa/OTU.
mt Multiple testing of taxa abundance acccording to sample categories/classes
mt-method Multiple testing of taxa abundance acccording to sample categories/classes

-- N --

nsamples Get the number of samples.
nsamples-method Get the number of samples.
nspecies Get the number of taxa/species.
ntaxa Get the number of taxa/species.
ntaxa-method Get the number of taxa/species.

-- O --

ordinate Perform an ordination on phyloseq data
otuTable Build or access the otu_table.
otuTable<- Assign a new OTU Table to 'x'
otu_table Build or access the otu_table.
otu_table-class The S4 class for storing taxa-abundance information.
otu_table-method Build or access the otu_table.
otu_table<- Assign a new OTU Table to 'x'
otu_table<--method Assign a new OTU Table to 'x'

-- P --

phylo-class An S4 copy of the main phylogenetic tree class from the ape package.
phyloseq Build phyloseq-class objects from their components.
phyloseq-class The main experiment-level class for phyloseq data
phy_tree Retrieve phylogenetic tree ('phylo'-class) from object.
phy_tree-method Retrieve phylogenetic tree ('phylo'-class) from object.
phy_tree<- Assign a (new) phylogenetic tree to 'x'
phy_tree<--method Assign a (new) phylogenetic tree to 'x'
plot_heatmap Create an ecologically-organized heatmap using ggplot2 graphics
plot_network Plot a network using ggplot2 (represent microbiome)
plot_ordination General ordination plotter based on ggplot2.
plot_phyloseq Generic plot defaults for phyloseq.
plot_phyloseq-method Generic plot defaults for phyloseq.
plot_richness Plot richness estimates, flexibly with ggplot2
plot_richness_estimates Plot richness estimates, flexibly with ggplot2
plot_taxa_bar Create a structured barplot graphic of the taxonomic groups.
plot_tree Plot a phylogenetic tree with optional annotations
prune_samples Prune unwanted samples from a phyloseq object.
prune_samples-method Prune unwanted samples from a phyloseq object.
prune_species Prune unwanted OTUs / taxa from a phylogenetic object.
prune_taxa Prune unwanted OTUs / taxa from a phylogenetic object.
prune_taxa-method Prune unwanted OTUs / taxa from a phylogenetic object.

-- R --

rank.names Retrieve the names of the taxonomic ranks
rank_names Retrieve the names of the taxonomic ranks
rarefy_even_depth Perform a random subsampling of an OTU table to a level of even depth.
read_tree Somewhat flexible tree-import function
rm_outlierf Set to FALSE any outlier species greater than f fractional abundance.

-- S --

samData Build or access sample_data.
sample.names Get sample names.
sample.variables Get the sample variables present in sample_data
sampleData Build or access sample_data.
sampleData<- Assign (new) sample_data to 'x'
sampleNames Get sample names.
sampleSums Returns the total number of individuals observed from each sample.
sample_data Build or access sample_data.
sample_data-class The S4 for storing sample variables.
sample_data-method Build or access sample_data.
sample_data<- Assign (new) sample_data to 'x'
sample_names Get sample names.
sample_names-method Get sample names.
sample_sums Returns the total number of individuals observed from each sample.
sample_variables Get the sample variables present in sample_data
sam_data Build or access sample_data.
sam_data<- Assign (new) sample_data to 'x'
show method extensions to show for phyloseq objects.
show-method method extensions to show for phyloseq objects.
show_mothur_list_cutoffs Show cutoff values available in a mothur list file
soilrep (Data) Reproducibility of soil microbiome data (2011)
species.names Get species / taxa names.
speciesAreRows Access taxa_are_rows slot from otu_table objects.
speciesarerows Access taxa_are_rows slot from otu_table objects.
speciesAreRows<- Manually change taxa_are_rows through assignment.
speciesSums Returns the total number of individuals observed from each species/taxa/OTU.
subset_ord_plot Subset points from an ordination-derived ggplot
subset_samples Subset samples by sample_data expression
subset_species Subset species by taxonomic expression
subset_taxa Subset species by taxonomic expression

-- T --

t Transpose 'otu_table-class' or 'phyloseq-class'
t-method Transpose 'otu_table-class' or 'phyloseq-class'
taxaplot Create a structured barplot graphic of the taxonomic groups.
taxa_are_rows Access taxa_are_rows slot from otu_table objects.
taxa_are_rows-method Access taxa_are_rows slot from otu_table objects.
taxa_are_rows<- Manually change taxa_are_rows through assignment.
taxa_are_rows<--method Manually change taxa_are_rows through assignment.
taxa_names Get species / taxa names.
taxa_names-method Get species / taxa names.
taxa_sums Returns the total number of individuals observed from each species/taxa/OTU.
taxglom Agglomerate taxa of the same type.
taxonomyTable-class An S4 class that holds taxonomic classification data as a character matrix.
taxTab Build or access the taxonomyTable.
taxtab Build or access the taxonomyTable.
taxTab<- Assign a (new) Taxonomy Table to 'x'
tax_glom Agglomerate taxa of the same type.
tax_table Build or access the taxonomyTable.
tax_table-method Build or access the taxonomyTable.
tax_table<- Assign a (new) Taxonomy Table to 'x'
tax_table<--method Assign a (new) Taxonomy Table to 'x'
threshrank Thresholded rank transformation.
threshrankfun A closure version of the 'threshrank' function.
tipglom Agglomerate closely-related taxa using single-linkage clustering.
tip_glom Agglomerate closely-related taxa using single-linkage clustering.
tip_glom-method Agglomerate closely-related taxa using single-linkage clustering.
topf Make filter fun. that returns the top f fraction of taxa in a sample.
topk Make filter fun. the most abundant 'k' taxa
topp Make filter fun. that returns the most abundant 'p' fraction of taxa
transformSampleCounts Transform the abundance count data in an 'otu_table', sample-by-sample.
transform_sample_counts Transform the abundance count data in an 'otu_table', sample-by-sample.
tre Retrieve phylogenetic tree ('phylo'-class) from object.
tre<- Assign a (new) phylogenetic tree to 'x'

-- U --

UniFrac Calculate weighted or unweighted (Fast) UniFrac distance for all sample pairs.
UniFrac-method Calculate weighted or unweighted (Fast) UniFrac distance for all sample pairs.

-- misc --

[ Extract parts of otu_table
[-method Extract parts of otu_table