make.example.files {poolfstat} | R Documentation |
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
make.example.files(writing.dir=tempdir())
[Package poolfstat version 2.2.0 Index]