Description Usage Arguments Value
Write circRNA information from given BED6
-style GRangesList
(or
SummarizedExperiment
object) to BED
files (one per sample).
These can be loaded as genome browser tracks showing circRNA candidates.
1 2 3 4 5 6 7 8 | writeBedTracks(circs, ...)
## S4 method for signature 'GRangesList'
writeBedTracks(circs, out.prefix = "ciRcus_",
out.suffix = ".bed", seqlevels.style = "UCSC", sort.bed = TRUE)
## S4 method for signature 'RangedSummarizedExperiment'
writeBedTracks(circs, ...)
|
circs |
|
... |
named arguments defined above to be passed on from
{codeSummarizedExperiment-method to |
out.prefix |
|
out.suffix |
|
seqlevels.style |
|
sort.bed |
|
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.