pop_freq: search allele frequency among populations and gene annotation...

Description Usage Arguments Value Examples

View source: R/pop_freq.R

Description

using genomic postion and ref/alt information to query gene annotation and allele frequency

Usage

1
pop_freq(dat_ori, pop = "db_gnomAD_exome_freq")

Arguments

dat_ori

a dataframe including chromosome, start and end postion, ref/alt nucleotide

pop

selection of table. Default is db_gnomAD_exome_freq

Value

a new dataset with allele frequency and annotation information

Examples

1
2
3
4
5
dat<-read.csv(system.file("extdata",
                          "anno_freq_data.csv",
                          package = "TransAT"),
              stringsAsFactors = FALSE, encoding = "UTF-8", row.names = NULL, sep = ",")
pop_dat<-pop_freq(dat, pop="db_gnomAD_exome_freq")

ShihChingYu/MRAT documentation built on May 31, 2021, 12:58 p.m.