Python Modules for Next-Generation Sequencing Data Analysis.
Project description
CONTENTS AND COPYRIGHT
This package is used for maniputating genome annotation and seqeunce files, such as Bed, GenePred, BAM, Wiggle and BigWig formats. Users interested in this package should contact yfwang0405@gmail.com for details. This package uses the UCSC lib and inc directories (in KentLib), and users should read the README file inside and behave accordingly. All files are copyrighted, but license is hereby granted for personal, academic and non-profit use. Commercial users should contact yfwang0405@gmail.com.
PREREQUISITES 1. numpy 2. pysam for SAM file manipulation 3. argparse for Python 2.6
GENERAL INSTALL INSTRUCTIONS
This package is base on Python 2.7. This package is only tested on linux 64bit machines. Other platforms may not work well.
Simply run the setup.py if you have root privilege, otherwise, specify the directory of your install path by “–prefix=install_path”. >python setup.py install –prefix=install_path
Set the PYTHONPATH environment varialble. >vi ~/.bash_profile PYTHONPATH=$PYTHONPATH:install_path/lib/python2.7/site-packages export PYTHONPATH >source ~/.bash_profile
MAJOR MODULES
IO: Read various biological data
DB: Build DB for genomic data for fast query.
Pipeline: Pipelines built using wrappers of commonly used tools.
Bed: Genomic coordinates data format.
BedList: A list of Bed instances.
wTwoBitIO: python module for retrieve fasta sequence from 2bit file.
wWigIO: python module for retrieve Wiggle region from BigWig file.
wRNA: python module to fold RNA structures.
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 ngslib-1.1.9.tar.gz
.
File metadata
- Download URL: ngslib-1.1.9.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a415b7b540258197cf47d254b08d35e4c1c2a69bf78412b0d4d4253a0a00208 |
|
MD5 | 91aca63d37897d742e6abdb370e0a558 |
|
BLAKE2b-256 | 939b81f7f529944c7f382e627903dd623501dabf04fc13749bb12b865da39987 |