hapSetATGas0: hapSetATGas0

View source: R/setATGas0.R

hapSetATGas0R Documentation

hapSetATGas0

Description

set ATG posision as 0

Usage

hapSetATGas0(gff = gff, hap = hap,
             geneID = geneID,
             Chr = Chr, POS = c(start, end))

Arguments

gff

imported gff

hap

hap result with meta infos

geneID

geneID

Chr

Chrom name

POS

vector defined by start and end position

Value

hap results with set ATG position as 0

Examples

data("quickHap_test")
hap <- get_hap(vcf)
hapn <- hapSetATGas0(gff = gff, hap = hap,
                     geneID = "test1G0387",
                     Chr = "scaffold_1",
                     POS = c(4300, 7910))

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