purple_cnv_som_gene_process | R Documentation |
Processes the purple.cnv.gene.tsv
file. Keeps genes that are in the
UMCCR cancer gene list
(v24.03.0) and selects columns of interest.
purple_cnv_som_gene_process(x, g = NULL)
x |
Path to |
g |
Path to gene file containing at least three columns:
|
List with two elements:
tab
: Tibble filtered to genes found in g
.
descr
: Description of tibble columns.
x <- system.file("extdata/purple/purple.cnv.gene.tsv", package = "gpgr")
g <- system.file("extdata/ref/somatic_panel-v24.03.0.tsv", package = "gpgr")
(pp <- purple_cnv_som_gene_process(x, g))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.