getGenePOS: getGenePOS

View source: R/getGenePOS.R

getGenePOSR Documentation

getGenePOS

Description

getGenePOS

Usage

getGenePOS(gff= gff,
           geneID = geneID,
           type = type,
           gffTermContaingeneID = "Parent")

Arguments

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

Value

named vectors contains start, end and strand

Examples

data("quickHap_test")
genePOS <- getGenePOS(gff = gff,
           geneID = "test1G0387",
           type = "CDS",
           gffTermContaingeneID = "Parent")


ZhangRenL/quickHapR documentation built on June 17, 2022, 12:04 a.m.