Extract genome ferature sequence for biologists
Project description
# Overview
The featurExtract is python package for bioinformatics. The packages contains five subcommands. The create subcommand is used for creating database. promoter subcomand is used for extracting promoter sequence. uORF subcomand is used for extracting upstream open reading frames sequence. UTR subcomand is used for extracting untranslated region sequence. CDS subcomand is used for extracting coding sequence.
## Brief introduction of format package
- Install <br>
`bash pip install featurExtract # other git clone https://github.com/SitaoZ/featurExtract.git cd featurExtract; python setup.py install `
- Usage <br>
`bash which featurExtract featurExtract -h featurExtract create -h featurExtract promoter -h featurExtract UTR -h featurExtract uORF -h featurExtract CDS -h `
`bash # step 1 featurExtract create -g ath.gff3 # step 2 command promoter 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 `
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.1.7.tar.gz
.
File metadata
- Download URL: featurExtract-0.1.7.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5dd839927fa955c7fa727644147539e80c4a9838bb545978814f7ef9a2eab105 |
|
MD5 | 8cc9f9e2acb6792456a9b412a3b131a8 |
|
BLAKE2b-256 | 9f1a7eeb63d9503078fd045338ebfb513282213532cc33463d07cf2f8ff20ad8 |