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 28 found.
[1] < 1 2 3 > [3]  Sort:

CountDataSet-class (Package: DESeq) : Class "CountDataSet" -- a container for count data from HTS experiments

This is the main class for the present package.
● Data Source: BioConductor
● Keywords:
● Alias: CountDataSet-class
● 0 images

adjustScvForBias (Package: DESeq) :

Assume that a small sample of i.i.d. random variables from a negative binomial distribution is given, and you have obtained unbiased estimates of mean and raw variance. Then, a new bias is introduced when the squared coefficient of variation (SCV, a.k.a. dispersion) is calculated from these unbiased estimates by dividing the raw variance by the square of the mean. This bias can be calculated by numerical simulation and a pre-calculated adjustment table (or rather a fit through tabulated values) is supplied with the package. The present function uses this to remove the bias from a raw SCV estimate.
● Data Source: BioConductor
● Keywords:
● Alias: adjustScvForBias
● 0 images

conditions (Package: DESeq) :

The conditions vector is a factor that assigns to each column of the count data a condition (or treatment, or phenotype, or the like). This information is stored in the CountDataSet's "phenoData" slot as a row named "condition".
● Data Source: BioConductor
● Keywords:
● Alias: conditions, conditions,CountDataSet-method, conditions<-,CountDataSet-method
● 0 images

counts (Package: DESeq) :

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,CountDataSet-method, counts<-,CountDataSet,matrix-method
● 0 images

dispTable (Package: DESeq) :

The dispersion table ("dispTable") is a named vector that assigns to each condition (as name) a dispersion column (as value). If nbinomTest is called to compare two conditions, say "A" and "B", DESeq looks up in the dispTable, which dispersion columns to use. In the standard case (see example), these are just the dispersions for "A" and "B", i.e., the columns disp_A and disp_B in fData(object). If the "pooled" or "blind" variance estimation is used, all conditions are assigned the same column.
● Data Source: BioConductor
● Keywords:
● Alias: dispTable, dispTable,CountDataSet-method
● 0 images

estimateDispersions (Package: DESeq) :

This function obtains dispersion estimates for a count data set. For each condition (or collectively for all conditions, see 'method' argument below) it first computes for each gene an empirical dispersion value (a.k.a. a raw SCV value), then fits by regression a dispersion-mean relationship and finally chooses for each gene a dispersion parameter that will be used in subsequent tests from the empirical and the fitted value according to the 'sharingMode' argument.
● Data Source: BioConductor
● Keywords:
● Alias: estimateDispersions, estimateDispersions,CountDataSet-method
● 0 images

estimateSizeFactors (Package: DESeq) :

Estimate the size factors for a CountDataSet
● Data Source: BioConductor
● Keywords:
● Alias: estimateSizeFactors, estimateSizeFactors,CountDataSet-method
● 0 images

estimateSizeFactorsForMatrix (Package: DESeq) :

Given a matrix or data frame of count data, this function estimates the size factors as follows: Each column is divided by the geometric means of the rows. The median (or, ir requested, another location estimator) of these ratios (skipping the genes with a geometric mean of zero) is used as the size factor for this column.
● Data Source: BioConductor
● Keywords:
● Alias: estimateSizeFactorsForMatrix
● 0 images

estimateVarianceFunctions (Package: DESeq) :

This function has been removed. Instead, use estimateDispersions.
● Data Source: BioConductor
● Keywords:
● Alias: estimateVarianceFunctions
● 0 images

fitInfo (Package: DESeq) :

After calling estimateDispersions, a CountDataSet object is populated with one or (in case of a “per-condition” estimation) several fitInfo objects, which can be accessed with this function.
● Data Source: BioConductor
● Keywords:
● Alias: fitInfo
● 0 images