vcfR (version 1.9.0)

vcfR_test: Test data for vcfR.

Description

A test file containing a diversity of examples intended to test functionality.

Arguments

Format

A vcfR object

Details

  • vcfR_test vcfR object

This data set began as the example (section 1.1) from The Variant Call Format Specification VCFv4.3 . This data consisted of 3 samples and 5 variants. As I encounter examples that challenge the code in vcfR they can be added to this data set.

Examples

Run this code
# NOT RUN {
data(vcfR_test)


# }
# NOT RUN {
  # When I add data it can be saved with this command.
  save(vcfR_test, file="data/vcfR_test.RData") 
  
# }
# NOT RUN {

# }

Run the code above in your browser using DataCamp Workspace