Description Usage Arguments Value
This function reads a tab-delimited text (with a header) file that should have
columns 'chr', 'start', 'end', and a column named 'gene_id' (or 'geneid') with the
Entrez Gene ID. If a supported_genomes()
is given, then a column
of gene symbols named 'symbol', will be added. If an unsupported genome is
used there are two options: 1) Have a column named 'symbols' with the gene
symbols in the custom locus definition, and leave genome = NA
, or 2)
leave genome = NA
, do not provide gene symbols, and NAs will be used.
1 |
file_path |
A file path for the custom locus definition. |
genome |
A genome from |
A LocusDefinition
class object with slots dframe
,
granges
, genome.build
, and organism
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.