stack1kg: couple together a group of VCFs

Description Usage Arguments Value Note Examples

View source: R/s3_1kg.R

Description

couple together a group of VCFs

Usage

1
stack1kg(chrs = as.character(1:22), index = FALSE, useEBI = TRUE)

Arguments

chrs

a vector of chromosome names for extraction from 1000 genomes VCF collection

index

logical telling whether VcfStack should attempt to create the local index; for 1000 genomes, the tbi are in the cloud and will be used by readVcf so FALSE is appropriate

useEBI

logical(1) defaults to TRUE ... use tabix-indexed vcf from EBI

Value

VcfStack instance

Note

The seqinfo component of returned stack will have NA for genome. Please set it manually; for useEBI=TRUE this would be GRCh38.

Examples

1
2
3
4
if (interactive()) {
  st1 = stack1kg()
  st1
  }

vjcitn/ldblock documentation built on Aug. 21, 2019, 8:50 p.m.