View source: R/select_transcripts.R
select_transcripts | R Documentation |
Helper function to select which experimental model(s) will be used to
generate the qSVs. Degradation-associated transcripts are derived in four
different models (transcripts). The cell_component
parameter
controls whether the models with cell-type proportions are included. This
function extract the top top_n
transcripts found to be significant in
each considered model, then returns the union of transcripts across all
considered models. Up to 10,000 transcripts are available to select from
each model prior to taking the union.
select_transcripts(top_n = 1000, cell_component = FALSE)
top_n |
An |
cell_component |
A |
A character()
with the transcript IDs.
## Default set of transcripts associated with degradation
sig_transcripts <- select_transcripts()
length(sig_transcripts)
head(sig_transcripts)
## Select more transcripts if desired
length(select_transcripts(top_n = 5000))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.