A collection of python, perl and R codes designed to process a range of basic,
large-scale analyses for SNPs of maize diversity panel.
Copy the piece of python code to the directory in your $PATH: for example:
$: cp impute4diallel/impute4diallel.py ~/bin/impute4diallel
Then, you will be ready to run it
# to find the help:
$: impute4diallel -help
find a set of population specific fingerprint SNPs
10/3/2014: v0.1 python code tested with a small set of simulated data
git clone git@github.com:yangjl/zmSNPtools.git
cd to/your/path
cp zmSNPtools/packages/fpSNP/fpSNP_v0.1.py zmSNPtools/bin/fpSNP
chmod +x zmSNPtools/bin/fpSNP
export PATH=$PATH:full/path/of/zmSNPtools/bin/
fpSNP -h
Compute the GERP score in a given IBM regions across different genotypes.
12/17/2014: beta version for testing run
SNP Imputation for maize diallel population from parental SNP panel to F1 hybrids.
transform density SNP format (DSF) to GWAS (gensel4.2 supported) and other formats
translate illumina top/bot SNP call to ref/alt based on the reference genome.
##cloned from: https://github.com/VertebrateResequencing/vr-codebase
##The overall codebase developed and used by the Vertebrate Resequencing group at the Sanger Institute
# added perl module
export PERL5LIB=$PERL5LIB:~/Documents/Github/zmSNPtools/modules
cp packages/top2ref/top2ref.pl bin/top2ref
# use samtools to index reference genome in fasta format
sed -i -- 's/chromosome:AGPv2:.*chromosome /chr/g' ZmB73_RefGen_v2.fasta
samtools faidx ZmB73_RefGen_v2.fasta
cat snps.top | topbot-to-fwd-strand -r ref.fa > snps.map
- changed gitignore
- unwatch the MyPack and test folders
- updated a SNP merge package snp3merge: merge hapmap1, hapmap2 and RNA-seq data
- updated impute4diallel
- updated snpfrq
- updated merge4ames
- updated and tested snp_sampling program for XBSA project;