get_snpinfo: Get SNP and InDel information in window around peak

Description Usage Arguments Value Author(s) Examples

Description

Get SNP and InDel information from SQLite databases within window_Mbp of peak_Mbp on chri_id

Usage

1
2
get_snpinfo(chr_id, peak_Mbp, window_Mbp, datapath, info_type = c("snps",
  "indels"))

Arguments

chr_id

chromosome identifier

peak_Mbp

position in Mbp of peak

window_Mbp

half-width of window around peak_Mbp

datapath

path to Derived Data

info_type

type of info: one of c("snps","indels")

Value

table of class snpinfo of top_snps near maximum lod

Author(s)

Brian S Yandell, brian.yandell@wisc.edu

Examples

1
## Not run: get_snpinfo(chr_id, peak_Mbp, window_Mbp)

byandell/CCSanger documentation built on May 13, 2019, 9:26 a.m.