Description Objects from the Class Slots Methods Author(s) Examples
This class contains the result of an RNA-Seq data analysis. The class contains the transcript names together with the parameters per condition, i.e., overdispersion and mean. Further it contains informative/non-informative values or p-values.
Objects can be created by calls of the form new("DEXUSResult", ...)
.
transcriptNames
The names of the transcripts, genes, exons, or regions of interest
sampleNames
The sample names as they were given in the input matrix.
inputData
The original read count matrix.
normalizedData
The normalized read count matrix.
sizeFactors
The size factors that were calculated for the normalization. This is that factor that scales each column or sample.
INIValues
An informative/non-informative value for each sample that measures the evidence for differential expression.
INIThreshold
The threshold for the I/NI values. Transcript with I/NI values above the threshold will be considered as differentially expressed.
INICalls
A binary value for each transcript indicating whether it is differentially expressed.
pvals
In case of two known conditions or multiple known conditions it is possible to calculate a p-value for each transcript. This value is given in this slot.
responsibilities
A matrix of the size of the input matrix. It indicates the condition for each sample and transcript. The condition named "1" is the major condition. All other conditions are minor conditions. In case of supervised (two known conditions or multiple known conditions) analyses this clustering matrix will be the same for all transcripts.
posteriorProbs
An array of the dimension of transcripts times samples times conditions. It gives the probability that a certain read count x was generated under a condition.
logFC
The log foldchanges between the conditions. The reference is always condition "1".
conditionSizes
The ratio of samples belonging to that condition. These are the α_i values of the model.
sizeParameters
The size parameter estimates for each condition. These are the r_i values of the model.
means
The mean of each condition. The μ_i values of the model.
dispersions
The dispersion estimates for each condition. The inverse size parameters.
params
The input parameters of the DEXUS algorithm.
Subsetting of a DEXUSResult.
Converts the result object into a data frame.
Returns the condition sizes or α_i parameters of the model.
Returns the dispersion, i.e. the inverse size parameters, of the model.
I/NI filtering of the result object.
Returns a logical value indication whether this transcript is differentially expressed or not.
Returns the thresholds for the I/NI values.
Sets the I/NI threshold. I/NI calls will be changed accordingly.
Returns the I/NI values.
Returns the input read counts.
Returns the log foldchange with respect to the first condition.
Returns the mean per condition.
Returns the normalized data.
Returns a list of input parameters of DEXUS.
Plots a heatmap of the read counts of the top genes.
Returns an array of posterior probabilities.
Returns the p-values per transcript in supervised mode.
Returns the clustering vector.
Returns the sample names.
Displays a data frame of results.
Returns the size factors used for normalization.
Returns the size parameters, i.e. the r_i values of the model.
Sorts the result object by I/NI values or p-values.
Returns the transcript names.
Guenter Klambauer
1 | showClass("DEXUSResult")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.