Extract genome ferature sequence for biologists
Project description
# Overview
The featurExtract is python package for bioinformatics. The packages contains two executable command programs. The first executable program is featurExtract including ten subroutines termed create, gene, promoter, UTR, uORF, CDS, dORF, exon, intron, intergenic. The create subroutine is used for creating database. The promoter subroutine is used for extracting promoter sequence. uORF subroutine is used for extracting upstream open reading frames sequence. UTR subroutine is used for extracting untranslated region sequence. CDS subroutine is used for extracting coding sequence.intergenic subroutine is used for extracting intergenic sequence between two genes. The second executable program is genBankExtract including four subroutines termed gene, CDS, rRNA, tRNA.
## Brief introduction of featurExtract package
### Install Two way offer to install featurExtract module.
#### install command line
`bash pip install featurExtract # other git clone https://github.com/SitaoZ/featurExtract.git cd featurExtract python setup.py install `
#### Requirements
python >= 3.7.6 [python](https://www.python.org/) pandas >= 1.2.4 [pandas](https://pandas.pydata.org/docs/) gffutils >= 0.10.1 [gffutils](https://pythonhosted.org/gffutils/) setuptools >= 49.2.0 [setuptools](https://pypi.org/project/setuptools/) biopython >= 1.78 [biopython](https://biopython.org/wiki/Documentation/)
### Usage featurExtract is designed for GFF and GTF file and GenBankExtract is suited for GenBank file.
#### featurExtract
`bash # gff or gtf database which featurExtract featurExtract -h featurExtract create -h featurExtract promoter -h featurExtract UTR -h featurExtract uORF -h featurExtract CDS -h featurExtract dORF -h featurExtract exon -h featurExtract intron -h featurExtract intergenic -h `
#### genBankExtract
`bash # GenBank database which genBankExtract genBankExtract -h genBankExtract gene -h genBankExtract CDS -h genBankExtract rRNA -h genBankExtract tRNA -h ` ### Examples
#### featurExtract
`bash # step 1 featurExtract create -g ath.gff3 # step 2 command featurExtract promoter -l 200 -u 100 -f ath.fa -o promoter.csv featurExtract UTR -o UTR.csv featurExtract uORF -o uORF.csv featurExtract CDS -o CDS.csv featurExtract exon -f ath.fa -t AT1G01010.1 -p featurExtract intron -f ath.fa -t AT1G01010.1 -p `
#### genBankExtract
`bash # GenBank step 3 genBankExtract gene -g NC_000932.gb -f dna -p genBankExtract CDS -g NC_000932.gb -f dna -p genBankExtract rRNA -g NC_000932.gb -f dna -p genBankExtract tRNA -g NC_000932.gb -f dna -p `
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.
Source Distribution
File details
Details for the file featurExtract-0.2.4.1.tar.gz
.
File metadata
- Download URL: featurExtract-0.2.4.1.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2016040abfc5b60746c265dbec525472ed555efa75716eafdd7104f116ef0ab |
|
MD5 | 9bb4992c6d5fb92cc4bc1da7cc9a4fe8 |
|
BLAKE2b-256 | 151084216ca7d95a77905d9e3b9af0c96cc98ac87fdf09649349135fe8300f3f |