Description Usage Arguments Value Examples
View source: R/get_fusion_by.R
Helper function to retrieve the Fusion objects that involves genes in the given chromosome name.
1 | get_fusion_by_chromosome(fusion_list, chr)
|
fusion_list |
A list of Fusion objects. |
chr |
The chromosome name we're looking for fusions in. |
A list of Fusion objects.
1 2 3 4 5 6 7 | defuse833ke <- system.file(
"extdata",
"defuse_833ke_results.filtered.tsv",
package="chimeraviz")
fusions <- import_defuse(defuse833ke, "hg19", 1)
length(get_fusion_by_chromosome(fusions, "chr1"))
# [1] 1
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.