Description Usage Arguments Value See Also Examples
This method returns a factor that summarise the gene class (transcriptional regulatory mechanism) that
INSPEcT has assigned to each gene. The variability of each rate is indicated with a letter, 's' for
synthesis, 'p' for processing and 'd' for degradation. In case more than one rate is variable, the
letters associated to each variable rate are merged, for example 'sd' stands for a gene where synthesis
and degradation cotributed to transcriptional changes. 'no-reg' is associated to genes with no
change in transcription. The classification depends on the thresholds of the goodness-of-fit and
rate variability tests that can be changed via the method calculateRatePvals
.
1 2 3 4 5 6 7 8 9 10 |
object |
An object of class INSPEcT or INSPEcT_model |
... |
specify the threshold for rate variability 'bTsh' in case of 'INSPEcT_diffsteady' objects (default = .1) |
A character containing the regulatory class for each gene
1 2 3 4 5 | nascentInspObj10 <- readRDS(system.file(package='INSPEcT', 'nascentInspObj10.rds'))
geneClass(nascentInspObj10)
# see the classification with another threshold for rate variability
nascentInspObj10 <- calculateRatePvals(nascentInspObj10, p_variability=rep(1,3))
geneClass(nascentInspObj10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.