Skip to content

sfjdx1144/biomagicbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BioMagicBox

Materials

A CSV file including Gene ID and Protein Seqeunce

Here is an example:

Gene ID Seq
GENE1 WATYLIM.....
GENE2 MMCAYTI.....

Using Methods

from biomagicbox.expasy import ProtParam

c=ProtParam('test.db','expasy') #Create database and new table.
c.load_gene('test.csv') #Gene Sequences table
c.run(4)  #Number of threads

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages