View source: R/select_transcripts.R
select_transcripts | R Documentation |
Helper function to select which experimental model will be used to generate the qSVs.
select_transcripts(type = c("cell_component", "top1500", "top1000"))
type |
A |
A character()
with the transcript IDs.
## Default set of transcripts associated with degradation
sig_transcripts <- select_transcripts()
length(sig_transcripts)
head(sig_transcripts)
## Example where match.arg() auto-completes
select_transcripts("top")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.