Skip to content

aidaanva/MDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

MDF.R

MDF.R filters the snpTable.tsv from MultiVCFAnalyzer or a fasta alignment by removing sites that contain more than a specified percent of missing data.

Usage

Rscript MDF.R [--] [--help] [-fasta] [--opts OPTS] input percentage output

Author

Aida Andrades Valtueña (aida.andrades[at]gmail.com

Description

  input            Path to the snpTable.tsv produced by
                   MultiVCFAnalyzer or file.fasta. Note: if file.fasta
                   is used as input, the flag --fasta must be included
                   for proper parsing
  percentage       Partial deletion percentage
  output           Path to output directory

flags:
  -h, --help       show this help message and exit
  -f, --fasta      Use when input is a fasta file

optional arguments:
  -x, --opts       RDS file containing argument values
  -t, --toExclude  Path to file containing genomes to exclude one per
                   line [default: None]

About

Filtering missing data from a fasta alignment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages