Description Usage Arguments Value Examples
This getter retrieves the split reads count from a Fusion object
1 2 3 4 | fusion_split_reads_count(x)
## S4 method for signature 'Fusion'
fusion_split_reads_count(x)
|
x |
The Fusion object you wish to retrieve the split reads count for. |
The Fusion split reads count.
1 2 3 4 5 6 7 8 9 | # Load data
defuseData <- system.file(
"extdata",
"defuse_833ke_results.filtered.tsv",
package="chimeraviz")
fusions <- import_defuse(defuseData, "hg19", 1)
fusion <- fusions[[1]]
# Get the split reads count
fusion_split_reads_count(fusion)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.