python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Issue with map file output from plink
I am working with the vcf file (generated using bcftools) to create a map file using plink software. The command i am using is
./plink --vcf sample.vcf --out sample --recode --allow-extra-chr
The ou...
Tania
Votes: 0
Answers: 1
Creating maps with pie charts from genetic data
I am doing a population genetics study and working with chloroplast data from an oak species. I have performed a DAPC and found that there are 5 clusters of chloroplast genotypes. I want to make a map...
Christopher McCarron
Votes: 0
Answers: 0
Genetic programming: Can we get multiple bit output from each individual(tree) if we provide 5 bit input?
I want to create population of trees using genetic programming. I am using deap python framework. My trees are based on combination of different logic gates and some terminals.
I want to provide each ...
Mujtaba Hassan Saddozai
Votes: 0
Answers: 1
How do I install and use PLINK on Linux? Segmentation fault error
I downloaded the plink zip file from the website (https://zzz.bwh.harvard.edu/plink/download.shtml), unzipped, and then execute plink in the working directory.
$ unzip plink-1.07-x86_64.zip
$ cd plink...
melolili
Votes: 0
Answers: 1