POPSICLE- a software suite to determine population structure and to establish genotype-phenotype associations using Next-generation sequencing data |
MAIN INDEX ANALYTICAL PIPELINE CONTACT SYSTEM REQUIREMENTS POPSICLE Package Download Manual pages in HTML format Used Case |
RemoveInsignificantLoci Prerequisites
It removes the markers that dont vary much across the samples. How to run it? java -jar LPDtools.jar RemoveInsignificantLoci -i popsicleInputFile -o OutputFilteredPopsicleFile1.txt -m 0.9 Here, -i is the POPSICLE input file generated using the utility GenerateInputFromAlleleFiles utility of POPSICLE pipeline. -o is the filtered output file after removing markers that dont pass the filter. -m is the factor that determines which markers are filtered out. If -m is set to 0.8 and if a marker has 80% of the samples have the same allele, it is filtered out. Output The output is the same format as that of the utility GenerateInputFromAlleleFiles |
CITATION: Jahangheer S. Shaik, Asis Khan and Michael E. Grigg, "POPSICLE: A Software Suite to Study Population Structure and Ancestral Determinants of Phenotypes using Whole genome Sequencing Data", submitted to PLoS special edition |