drawSNPs: Extract SNP informations from a flat file and build the...

Description Usage Arguments Value Examples

Description

Extract SNP informations from a flat file and build the resulting track

Usage

1
drawSNPs(file_path, label = "SNPs")

Arguments

file_path

character absolute path to the file containing snp informations

label

character label of the track, default "SNPs"

Value

a ggplot track

Examples

1
2
3
4
snps_list = "~/Workspace/COLLAB/PTHLH_snps"
current_chr <- "chr12"
current_range <- setStudyRange(27950000, 28735000)
snps_track <- drawSNPs(snps_list, "My SNPs")

andronekomimi/SNPVizualTools documentation built on May 10, 2019, 11:43 a.m.