View source: R/geneEnrichment.R
Calculate the enrichment of genes affected by SVs (as opposed to breakpoint hits)
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
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.