Description Usage Arguments Value
View source: R/transcript_processing.R
Gets a filtered candidate list of background regions to use for simulation
1 2 3 4 5 6 | inactive_regions(
tx,
tx_buffer_length = 20000,
min_length = 3000,
keep_chromosomes = NULL
)
|
tx |
A |
tx_buffer_length |
length of exclued region between inactive region and closest transcript (default 40kb; strand agnostic). |
min_length |
minimum length of candidate inactive region (default 3kb) |
keep_chromosomes |
a character vector of chromosomes to select candidate
transcripts from. Defaults to all chromsomes in |
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.