Description Extends Fields Methods Author(s) Examples
Class to store gene references, including the URI, name and experimental factors associated with the gene.
All reference classes extend and inherit methods from "envRefClass"
.
geneuri
:Object of class character
the URI of the gene.
genelabel
:Object of class character
Gene name.
geneensemblid
:Object of class character
ENSEMBL ID of the gene, if available.
species
:Object of class character
Species ID of the gene.
exfactoruris
:Object of class vector
Exerimental factors associated to this gene.
mergeexfactoruris(value)
:merge an experimental factor(s) into the list
getexfactoruris()
:get the list of experimental factors for this gene
getspecies()
:Get the species ID for this gene
setspecies(value)
:Set the species ID for this gene
getensemblid()
:Get the ENSEMBL ID for this gene.
setensemblid(value)
:Set the ENSEMBL ID for this gene.
getgenelabel()
:Get gene name.
setgenelabel(value)
:Set gene name.
getgeneuri()
:Get the URI for the gene.
setgeneuri(value)
:Set the URI for the gene.
James Malone, Simon Jupp
1 | showClass("generef")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.