| gffSetATGas0 | R Documentation |
set ATG posision as 0.
gffSetATGas0(gff = gff, hap = hap,
geneID = geneID,
Chr = Chr, POS = c(start, end))
gff |
imported gff |
hap |
hap result with meta infos |
geneID |
geneID |
Chr |
Chrom name |
POS |
vector defined by start and end position |
filtered gff with set ATG position as 0
data("quickHap_test")
hap <- get_hap(vcf)
gffn <- gffSetATGas0(gff = gff, hap = hap,
geneID = "test1G0387",
Chr = "scaffold_1",
POS = c(4300, 7910))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.