geneSubset | R Documentation |
Search and annotate genes against known gene databases based on AnnotationDbi
geneSubset(mycoords.gr, orgm)
mycoords.gr |
A target search range in form of a GRanges object |
orgm |
An organism that of interest. Options include: |
A target search range as a GRanges object
## Not run:
mycoords.list <- "2:16e7:16.5e7"
mycoords.gr <- coordFormat (mycoords.list)
orgm <- "Hsapiens"
geneSubset (mycoords.gr, orgm)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.