powered by
Get Gene Position
getGenePOS(gff= gff, geneID = geneID, type = type, gffTermContaingeneID = "Parent")
named vectors contains start, end and strand
imported gff
target geneID
vector consist with one or more types in gff
which term contains the geneID in your gff, defalt is Parent
data("geneHapR_test") genePOS <- getGenePOS(gff = gff, geneID = "test1G0387", type = "CDS", gffTermContaingeneID = "Parent")
Run the code above in your browser using DataLab