bpAllGenes: Calculate the enrichment of genes affected by SVs (as opposed...

Description Usage

View source: R/geneEnrichment.R

Description

Calculate the enrichment of genes affected by SVs (as opposed to breakpoint hits)

Usage

1
2
3
4
5
6
7
8
9
bpAllGenes(
  ...,
  gene_lengths_in = system.file("extdata", "gene_lengths.txt", package = "svBreaks"),
  affected_genes = system.file("extdata", "all_genes_filtered.txt", package =
    "svBreaks"),
  n = 3,
  genome_length = 118274340,
  outfile = NULL
)

nriddiford/svBreaks documentation built on Dec. 29, 2021, 5:10 p.m.