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)
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
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
lpp-1.0.2.zip
(10.1 kB
view details)
File details
Details for the file lpp-1.0.2.zip
.
File metadata
- Download URL: lpp-1.0.2.zip
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3e6788e94bc119516b291b6abd9318978ed9abf81a35356b82237c5ce7ddd9e |
|
MD5 | f39f5356a246bf21f5c53f60a049f3d5 |
|
BLAKE2b-256 | d36cd4a2678c48e444b13eee5ed94fa52709db3bcdcd82b429a6df65d7196797 |