Description Usage Arguments Value Examples
circSample and circExperiment class accessors for showing the backsplice junction count data
1 | bsj.counts(object, returnAs = "list", ...)
|
object |
circSample or circExperiment object |
returnAs |
Determines if output should be list (default) or GRanges (GRangesList for circExperiment objects) |
use.names |
Boolean. If TRUE, the list being returned will be named using sample IDs |
List of datatable(s) with backsplice junction count data
1 2 3 4 5 | # A datatable of the backsplice junction count data in a sample object
#bsj.counts(sample.object)
# A datatable of the backsplice junction count data in each sample of an experiment
#bsj.counts(experiment.object)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.