fusion_spanning_reads_count: Get the spanning reads count from a Fusion object

Description Usage Arguments Value Examples

Description

This getter retrieves the spanning reads count from a Fusion object

Usage

1
2
3
4
fusion_spanning_reads_count(x)

## S4 method for signature 'Fusion'
fusion_spanning_reads_count(x)

Arguments

x

The Fusion object you wish to retrieve the spanning reads count for.

Value

The Fusion spanning reads count.

Examples

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 spanning reads count
fusion_spanning_reads_count(fusion)

chimeraviz documentation built on Jan. 19, 2021, 2 a.m.