Description Usage Arguments Value Examples
View source: R/import_defuse.R
A function that imports the results from a deFuse run, typically from a results.filtered.tsv file, into a list of Fusion objects.
1 | import_defuse(filename, genome_version, limit)
|
filename |
Filename for the deFuse results .tsv file. |
genome_version |
Which genome was used in mapping (hg19, hg38, etc.). |
limit |
A limit on how many lines to read. |
A list of Fusion objects.
1 2 3 4 5 6 | defuse833ke <- system.file(
"extdata",
"defuse_833ke_results.filtered.tsv",
package="chimeraviz")
fusions <- import_defuse(defuse833ke, "hg19", 3)
# This should import a list of 3 fusions described in Fusion objects.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.