VCFByTranscript: download VCF, optionally in tidyVCF format

Description Usage Arguments Value Examples

Description

download VCF, optionally in tidyVCF format

Usage

1
2
VCFByTranscript(geneInfo, strains = NULL, tidy = TRUE,
  dataOnly = TRUE)

Arguments

geneInfo

single row of geneInfo dataframe

strains

numeric vector of strain/ecotypes to include

tidy

logical, if true VCF will be provided in tidyVCF format, see vcfR documentation

dataOnly

logical, if true only return the $dat field of the VCF, (drop the metadata)

Value

the VCF, in the format as requested by the parameters of the function

Examples

1
2
3
4
5
## make a gene info DF
geneInfo <- getGeneInfo(genes = "AT3G62980")

## download a single VCF
myVCF <- VCFByTranscript(geneInfo)

wrightrc/r1001genomes documentation built on Nov. 10, 2019, 12:45 p.m.