Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 37 found.
[1] < 1 2 3 4 > [4]  Sort:

DESeq (Package: DESeq2) : Differential expression analysis based on the Negative Binomial (a.k.a. Gamma-Poisson) distribution

This function performs a default analysis through the steps:
● Data Source: BioConductor
● Keywords:
● Alias: DESeq
● 0 images

DESeq2-package (Package: DESeq2) : DESeq2 package for differential analysis of count data

The main functions for differential analysis are DESeq and results. See the examples at DESeq for basic analysis steps. Two transformations offered for count data are the "regularized logarithm", rlog, and varianceStabilizingTransformation. For more detailed information on usage, see the package vignette, by typing vignette("DESeq2"), or the workflow linked to on the first page of the vignette. All support questions should be posted to the Bioconductor support site: http://support.bioconductor.org.
● Data Source: BioConductor
● Keywords: package
● Alias: DESeq2-package
● 0 images

DESeqDataSet-class (Package: DESeq2) : DESeqDataSet object and constructors

DESeqDataSet is a subclass of RangedSummarizedExperiment, used to store the input values, intermediate calculations and results of an analysis of differential expression. The DESeqDataSet class enforces non-negative integer values in the "counts" matrix stored as the first element in the assay list. In addition, a formula which specifies the design of the experiment must be provided. The constructor functions create a DESeqDataSet object from various types of input: a RangedSummarizedExperiment, a matrix, count files generated by the python package HTSeq, or a list from the tximport function in the tximport package. See the vignette for examples of construction from different types.
● Data Source: BioConductor
● Keywords:
● Alias: DESeqDataSet, DESeqDataSet-class, DESeqDataSetFromHTSeqCount, DESeqDataSetFromMatrix, DESeqDataSetFromTximport
● 0 images

DESeqResults-class (Package: DESeq2) : DESeqResults object and constructor

This constructor function would not typically be used by "end users". This simple class extends the DataFrame class of the IRanges package to allow other packages to write methods for results objects from the DESeq2 package. It is used by results to wrap up the results table.
● Data Source: BioConductor
● Keywords:
● Alias: DESeqResults, DESeqResults-class
● 0 images

DESeqTransform-class (Package: DESeq2) : DESeqTransform object and constructor

This constructor function would not typically be used by "end users". This simple class extends the RangedSummarizedExperiment class of the SummarizedExperiment package. It is used by rlog and varianceStabilizingTransformation to wrap up the results into a class for downstream methods, such as plotPCA.
● Data Source: BioConductor
● Keywords:
● Alias: DESeqTransform, DESeqTransform-class
● 0 images

coef (Package: DESeq2) : Extract a matrix of model coefficients/standard errors

Note: results tables with log2 fold change, p-values, adjusted p-values, etc. for each gene are best generated using the results function. The coef function is designed for advanced users who wish to inspect all model coefficients at once.
● Data Source: BioConductor
● Keywords:
● Alias: coef, coef.DESeqDataSet
● 0 images

collapseReplicates (Package: DESeq2) : Collapse technical replicates in a RangedSummarizedExperiment or DESeqDataSet

Collapses the columns in object by summing within levels of a grouping factor groupby. The purpose of this function is to sum up read counts from technical replicates to create an object with a single column of read counts for each sample. Optionally renames the columns of returned object with the levels of the grouping factor. Note: this function is written very simply and can be easily altered to produce other behavior by examining the source code.
● Data Source: BioConductor
● Keywords:
● Alias: collapseReplicates
● 0 images

counts (Package: DESeq2) : Accessors for the 'counts' slot of a DESeqDataSet object.

The counts slot holds the count data as a matrix of non-negative integer count values, one row for each observational unit (gene or the like), and one column for each sample.
● Data Source: BioConductor
● Keywords:
● Alias: counts, counts,DESeqDataSet-method, counts<-,DESeqDataSet,matrix-method
● 0 images

design (Package: DESeq2) : Accessors for the 'design' slot of a DESeqDataSet object.

The design holds the R formula which expresses how the counts depend on the variables in colData. See DESeqDataSet for details.
● Data Source: BioConductor
● Keywords:
● Alias: design, design,DESeqDataSet-method, design<-,DESeqDataSet,formula-method
● 0 images

dispersionFunction (Package: DESeq2) : Accessors for the 'dispersionFunction' slot of a DESeqDataSet object.

The dispersion function is calculated by estimateDispersions and used by varianceStabilizingTransformation. Parametric dispersion fits store the coefficients of the fit as attributes in this slot.
● Data Source: BioConductor
● Keywords:
● Alias: dispersionFunction, dispersionFunction,DESeqDataSet-method, dispersionFunction<-, dispersionFunction<-,DESeqDataSet,function-method
● 0 images