This package was devised to analyze hybrid RNA-seq using bi-parental graph strategy.
Project description
BigphASE
Bi-parental graph ASE analyzer
This python program was devised to analyze hybrid RNA-seq using bi-parental graph strategy.
version: 0.1
author: Yi Jiang (jiangy296@mail2.sysu.edu.cn); Muran Yi; Zhule Liu
Enviroment required:
xxxInstallation:
`pip install BigphASE`Usage:
python BigphASE.py [parent_A genome sequence fa] [parent_B genome sequence fa] [parent_A genome gff3] [clean RNAseq R1 fastq] [clean RNAseq R2 fastq]Main steps:
(1) Graph builder Graph genome was built using one parental genome as backbone, with variations between two parental genomes as alternate paths. (2) RNAseq mapping Clean RNA-seq data were mapped to graph index. (3) ASE genes analysis After mapping, reads were assigned to parental origin based on their genotypes at SNP sites, then maternal and paternal origin reads count of each gene were summed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.