getGenePOS | R Documentation |
Get Gene Position
getGenePOS(gff= gff,
geneID = geneID,
type = type,
gffTermContaingeneID = "Parent")
gff |
imported gff |
geneID |
target geneID |
type |
vector consist with one or more types in gff |
gffTermContaingeneID |
which term contains the geneID in your gff, defalt is Parent |
named vectors contains start, end and strand
data("geneHapR_test")
genePOS <- getGenePOS(gff = gff,
geneID = "test1G0387",
type = "CDS",
gffTermContaingeneID = "Parent")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.