Skip to main content

A function package for bioinfomatics

Project description

A lot of functions for bioinfomatics.

For example
Ddict Mulitiple dimension Hash
Fastq_check Fastq Read
Block_Reading A function for block Reading

Ddict Example
from lpp import Ddict
new_hash = Ddict()
new_hash[3][4]=""
new_hash[4][8] = ""
for key in new_hash:
for key2 in new_has[key]:
print( key1,key2 )


Fastq_check Example

from lpp import Fastq_check
DATA= Fastq_check( open("read1.fastq",'rU') )
for a,b,c,b in DATA:

print(a,b,c,d)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lpp-1.0.1.zip (10.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page