makeBPQuery: Query variants with chromosome and position

Description Usage Arguments Examples

Description

This function allows you to query SNP information given its chromosome and position.

Usage

1
makeBPQuery(chrom, pos, fields)

Arguments

chrom

What's the chromosome number of the SNP?

pos

What's the position of the SNP on the chromosome?

fields

What would you like to know about the SNP?

Examples

1
makeBPQuery(4, 12345678, c("cadd.consequence", "dbsnp.gene"))

yyolanda/toolKitty documentation built on May 15, 2019, 5:35 p.m.