processGenes | R Documentation |
Processes JSON as a vector of genes
processGenes(d)
d |
The JSON to process |
A data table with information about the querried gene(s)
A list if raw = TRUE
.
The fields of the output data.table are:
gene.symbol
: Symbol for the gene
gene.ensembl
: Ensembl ID for the gene
gene.NCBI
: NCBI id for the gene
gene.name
: Name of the gene
gene.aliases
: Gene aliases. Each row includes a vector
gene.MFX.rank
: Multifunctionality rank for the gene
taxon.name
: Name of the species
taxon.scientific
: Scientific name for the taxon
taxon.ID
: Internal identifier given to the species by Gemma
taxon.NCBI
: NCBI ID of the taxon
taxon.database.name
: Underlying database used in Gemma for the taxon
taxon.database.ID
: ID of the underlying 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.