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 details)

Uploaded Source

File details

Details for the file lpp-1.0.1.zip.

File metadata

  • Download URL: lpp-1.0.1.zip
  • Upload date:
  • Size: 10.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for lpp-1.0.1.zip
Algorithm Hash digest
SHA256 10cedf691e5dd35d7d511ebe79e3f05614442e164c7031a900ca2f5e1d027708
MD5 aa5907964a4619c020c2e3026134ba38
BLAKE2b-256 db6a132528573bb11bc9f04057efb8a63f16a3643080a9fba58eee3d765f14bf

See more details on using hashes here.

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