Description Usage Arguments Value Slots
INSPEcT_steadyNoNascent is a class able to store data and arguments that are necessary to
make the analysis concerning premature and mature expressions in different samples. In
particular, the ratio between mature and premature can be calculated, which reflects
the ratio between the rates of processing and degradation in individaul genes
(see PTratio), and the analysis of post-transcriptionally regualted genes
can be run to identify genes that in specfic samples show a trand which cannot be attributed
to transcriptional regulation alone (see PTreg).
1 2 3 4 5 | ## S4 method for signature 'INSPEcT_steadyNoNascent,ANY,ANY,ANY'
x[i, j]
## S4 method for signature 'INSPEcT_steadyNoNascent'
show(object)
|
x |
An object of class INSPEcT_steadyNoNascent |
i |
A numeric, a vector of logicals indicating the rows to be extracted |
j |
A numeric, a vector of logicals indicating the columns to be extracted |
object |
An object of class INSPEcT_steadyNoNascent |
Method show for objects of class INSPEcT_steadyNoNascent
sampleNamesVector with the names of the samples (columns of the dataset)
geneNamesVector with the names of the genes (rows of the dataset)
prematureMatrix containing the expressions of the premature RNAs (row=genes, columns=samples)
matureMatrix containing the expressions of the emature RNAs (row=genes, columns=samples)
prematureVarMatrix containing the expressions variances of the premature RNAs (row=genes, columns=samples)
matureVarMatrix containing the expressions variances of the emature RNAs (row=genes, columns=samples)
trivialAngleNumeric that indicates the angle (slope) of the linear model between mature and premature expressions
log2FCThresholdNumeric that describes the threshold of the variation to be considered significant
expressionThresholdNumeric that describes the threshold of the expression to consider the gene expressed
referenceConditionA sample identifier that set the reference for the post-transcriptional regulation analysis, if NULL the median of all samples is used
ptregMatrix containing the post-transcriptioanl regulation state of each gene in the different samples (row=genes, columns=samples)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.