import_jaffa: Import results from a JAFFA run into a list of Fusion...

View source: R/import_jaffa.R

import_jaffaR Documentation

Import results from a JAFFA run into a list of Fusion objects.

Description

A function that imports the results from a JAFFA run, typically from a jaffa_results.csv file, into a list of Fusion objects.

Usage

import_jaffa(filename, genome_version, limit)

Arguments

filename

Filename for the jaffa_results.csv file.

genome_version

Which genome was used in mapping (hg19, hg38, etc.).

limit

A limit on how many lines to read.

Value

A list of Fusion objects.

Examples

jaffaData <- system.file(
  "extdata",
  "jaffa_results.csv",
  package = "chimeraviz")
fusions <- import_jaffa(jaffaData, "hg19", 3)
# This should import a list of 3 fusions described in Fusion objects.


stianlagstad/chimeraviz documentation built on Dec. 3, 2023, 8:11 p.m.