MAIN
INDEX
ANALYTICAL PIPELINE
CONTACT
SYSTEM REQUIREMENTS
REDHORSE Package
Example Data | Filter SNVs in close proximity | Index of Utilities Analytical Pipeline | Prerequisites1) Generate Input Data 2) Find Alleles 3) List Alleles 4) Find SNVs
How to run it?REDHORSE implements a filter to remove loci where there are more than x snvs in a certain window
java -jar REDHORSE.jar
filterSNPsWindow -i
C:\AsisKhan\softwareManuscript\data\parentalSNPFiles\VAND.snps -n 7 -p
3 -o
C:\AsisKhan\softwareManuscript\data\filteredParentalSNPFiles\VAND.snps |
-i is the input SNV file -n is the window size -p is the number of SNVs in a window -0 is the output file
OutputThe output of this utility is in the same format as the SNV file
| Index of Utilities Analytical Pipeline |
|