Skip to content
Snippets Groups Projects
Commit e0275d94 authored by Rui Ribeiro's avatar Rui Ribeiro
Browse files

release

parent 9eadb096
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ Funded by
:alt: Alternative text
Citation |DOI for Citing ssbtoolkit|
==================================
====================================
pyGOMoDo is research software. If you make use of pyGOMoDo in scientific
publications, please cite it. The BibTeX reference is
......
......@@ -67,9 +67,11 @@ warnings.simplefilter(action='ignore')
#Human Target Receptors DataBase directory PATH
HuTRdb_path = os.path.join(os.getcwd(),'SSBtoolkit/src/databases/HuTRdb.sqlite3')
"""
SSBtoolkit API
"""
class convert:
"Helper functions"
"""Helper functions"""
def microgr2nanomolar(uniprotID, concentration):
"""
This function converts micrograms of protein in nanomolar.
......@@ -164,7 +166,7 @@ class convert:
return round(skon, 3), round(skoff,3)
class get:
'''Tools to retrive protein information'''
"""Tools to retrive protein information"""
def gprotein(uniprotID):
"""
......@@ -392,9 +394,7 @@ class get:
return
class binding:
"""
This class simulate ligand-target binding curves.
"""
"""This class simulate ligand-target binding curves."""
def __init__(self):
self.receptor_conc = None
self.lig_conc_range = None
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment