Description Usage Arguments Value Examples
Specify the reference genome, currently limited to hg38, hg19, mm10, tair10.
1 2 | ## S4 method for signature 'igvR'
setGenome(obj, genomeName)
|
obj |
An object of class igvR |
genomeName |
A character string, one of "hg38", "hg19", "mm10", "tair10" |
An empty string, an error message if the requested genome is not yet supported
1 2 3 4 | if(interactive()){
igv <- igvR()
setGenome(igv, "mm10")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.