getIntergenicRelease | R Documentation |
Get value of the 'intergenic_release' slot
getIntergenicRelease(bgeeObject)
## S4 method for signature 'BgeeMetadata'
getIntergenicRelease(bgeeObject)
bgeeObject |
The BgeeMetadata object |
the value of the 'intergenic_release' slot of the object
{
bgee <- new("BgeeMetadata")
intergenic_release <- getIntergenicRelease(bgee)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.