View source: R/filter_parents.R
filter_parents | R Documentation |
The function filters vcf or hapmap files for certain parents supplied by user in a text file, and produces a sub-genotype file containing only the supplied parents
filter_parents(input,output,selected_parents_file)
input |
Required: an input vcf of hapmap files |
output |
Required: output file path/name |
selected_parents_file |
Required: an input file of a list of parents |
filter_parents("parental_genotypes.hapmap","filtered_parental_genotypes.hapmap","selected_parents_file")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.