Source code for evidence.reference.IntAct
from .database import DataBase
keyname = 'IntAct'
alternative_keynames = []
[docs]class IntAct(DataBase):
def __init__(self, id=None):
self.database = keyname
self.name = 'IntAct'
self.id = id
self.web = 'https://www.ebi.ac.uk/intact/home'
self.webid = 'https://www.ebi.ac.uk/intact/home'
self.info = 'IntAct Molecular Interaction Database'