processGeneLocation | R Documentation |
Processes JSON as a vector of gene locations
processGeneLocation(d)
d |
The JSON to process |
A data table with information about the physical location of the
queried gene. A list if raw = TRUE
. A 404 error
if the given identifier does not map to any object.
The fields of the output data.table are:
chromosome
: Name of the chromosome the gene is located
strand
: Which strand the gene is located
nucleotide
: Nucleotide number for the gene
length
: Gene length
taxon.name
: Name of the taxon
taxon.scientific
: Scientific name for the taxon
taxon.ID
: Internal ID for the taxon given by Gemma
taxon.NCBI
: NCBI ID for the taxon
taxon.database.name
: Name of the database used in Gemma for the taxon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.