Description Usage Arguments Value
Export circRNA information from given SummarizedExperiment
object to
BED6
-style GRangesList
.
This is useful to generate genome browser tracks showing circRNA candidates
per sample.
1 2 3 4 5 6 7 8 | bedTracks(se, score = "circ.uniq",
min.score = unlist(ifelse(is.null(score), list(NULL), list(1))),
max.score = unlist(ifelse(is.null(score), list(NULL), list(1000))))
## S4 method for signature 'RangedSummarizedExperiment'
bedTracks(se, score = "circ.uniq",
min.score = unlist(ifelse(is.null(score), list(NULL), list(1))),
max.score = unlist(ifelse(is.null(score), list(NULL), list(1000))))
|
se |
|
score |
|
min.score |
|
max.score |
|
returns a GRangesList object with BED6 circRNA data per sample
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.