getDegTx | R Documentation |
This function is used to obtain a RangedSummarizedExperiment-class of transcripts and their expression values #' These transcripts are selected based on a prior study of RNA degradation in postmortem brain tissues. This object can later be used to obtain the principle components necessary to remove the effect of degradation in differential expression.
getDegTx(
rse_tx,
type = c("cell_component", "top1000", "top1500"),
sig_transcripts = NULL,
assayname = "tpm",
verbose = TRUE
)
rse_tx |
A RangedSummarizedExperiment-class object containing the transcript data desired to be studied. |
type |
A |
sig_transcripts |
A list of transcripts determined to have degradation signal in the qsva expanded paper. |
assayname |
character string specifying the name of the assay desired in rse_tx |
verbose |
specify if the function should report how many model transcripts were matched |
A RangedSummarizedExperiment-class object.
degTx <- getDegTx(rse_tx, "top1000")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.