Description Usage Arguments Value
View source: R/transcript_processing.R
Gets a filtered candidate list of transcripts to use for simulation
1 2 3 4 5 6 7 | filter_annotations(
tx,
min_distance = 20000,
min_length = 3000,
keep_chromosomes = NULL,
keep_tx_biotype = NULL
)
|
tx |
A |
min_distance |
minimum distance between candidate transcript and closest transcript (strand agnostic). |
min_length |
minimum length of candidate transcript |
keep_chromosomes |
a character vector of chromosomes to select candidate
transcripts from. Defaults to all chromsomes in |
keep_tx_biotype |
a character vector of transcript types to select candidate transcripts from. Defaults to all types. |
A list of vectors with each one corresponding to one set of bins and each element of a vector corresponding to a bin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.