create_genes_gtrack | R Documentation |
zchoo Monday, Apr 26, 2021 02:24:31 PM
create_genes_gtrack( genes = c(), gencode.fname = NULL, coding.only = TRUE, level.thresh = 2, cached.dir = Sys.getenv("GENCODE_DIR") )
genes |
(character vector) genes to mark using "label" GRangesList metadata column (all other genes will have label == NA) |
gencode.fname |
(character) path to GENCODE GFF |
coding.only |
(logical) only include entries with gene_type == 'protein_coding' |
level.thresh |
(numeric) only include entries with level <= level.thresh |
cached.dir |
(character) path to directory in which to save the output gTrack |
verbose |
(logical) |
file name of gencode gTrack
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.