We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current version of PIQUE does not automatically analyse ALL subgroups.
At present we use a "bash" for loop to analyse ALL sub-groups e.g.:
cd test make group wget --no-check-certificate http://ricediversity.org/data/sets/44kgwas/RiceDiversity.44K.MSU6.Genotypes_PLINK.zip unzip RiceDiversity.44K.MSU6.Genotypes_PLINK.zip mv -i ./RiceDiversity_44K_Genotypes_PLINK/sativas* . rmdir RiceDiversity_44K_Genotypes_PLINK rm RiceDiversity.44K.MSU6.Genotypes_PLINK.zip pique-input -d -v -i sativas413 -o sativas_group_GWAS -p rice_phenotype_group.txt -k -c -e 5 pique-run -d -v -i sativas_group_GWAS -k IBS -c sativas_group_GWAS.covar -n 16 for group in ADMIX AUS IND TEJ TRJ; do \ prefix=sativas_group_GWAS\_$group; \ pique-run -d -v -i $prefix -k IBS -n 16; \ done
The text was updated successfully, but these errors were encountered:
It's analyse a specific groups🙄
Sorry, something went wrong.
tony-travis
No branches or pull requests
The current version of PIQUE does not automatically analyse ALL subgroups.
At present we use a "bash" for loop to analyse ALL sub-groups e.g.:
The text was updated successfully, but these errors were encountered: