Installation
Within this folder :
git clone git://github.com/brentp/fishers_exact_test.git
pip install .
From PyPI :
pip install fisher
Or install the development version :
pip install git+git://github.com/brentp/fishers_exact_test.git
https://py-qtl-parser.readthedocs.io/en/latest/Rice_BSA.html
```{r QTL} devtools::install_github("PBGLMichaelHall/Py_QTL_Parser",force = TRUE) library(PyQTLParser) library(vcfR)
setwd("/home/michael/Desktop/RiceCold/")
file <- "wGQ-freebayes~bwa~IRGSP-1.0~both-segregant_bulks~filtered-default.vcf.gz"
vcf <- read.vcfR(file)
VCF_TIDY <- vcfR2tidy(vcf)
Py_QTL_Parser(vcf = VCF_TIDY, HighBulk = "ET-pool-385", LowBulk = "ES-pool-430")
python PyBSASeq.py -i Hall.csv -o RiceCold -p F2 -b 430,385 #Please refer to: https://github.com/dblhlx/PyBSASeq/tree/master/BulksOnly for more help #The analysis takes over 4 hours <<<<<<< HEAD
=======
b7cc769e11252791d93d46ca16a77885ab87228a


# Sorghum Semi-Dwarfism:
```r
file <- "freebayes_D2.filtered.vcf"
vcf <- read.vcfR(file)
VCF_TIDY <- vcfR2tidy(vcf)
Py_QTL_Parser(vcf = VCF_TIDY, HighBulk = "D2_F2_tt" , LowBulk = "D2_F2_TT")
#Windows Power Shell Terminal on Windows
#Needed to download visual studio due to fisher exact test uses C++
PS C:\Users\micha\OneDrive\Desktop> python .\PyBSASeq.py -i Hall.csv -o Sorghum -p F2 --smooth TRUE -c 99,5,6,1 -b 45,38 -v .01,.01 -s 5000000,10000 -m 100,3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.