Learn R Programming

poolfstat (version 2.2.0)

make.example.files: Create example files

Description

Write in the current directory example files corresponding to a sync (as obtained when parsing mpileup files with PoPoolation) and vcf (as obtained when parsing mpileup files with VarScan) gzipped files

Usage

make.example.files(writing.dir = "")

Arguments

writing.dir

Directory where to copy example files (e.g., set writing.dir=getwd() to copy in the current working directory)

Examples

Run this code
 make.example.files(writing.dir=tempdir())

Run the code above in your browser using DataLab