Package | Description |
---|---|
idare.sbmlannotator.internal.gpr |
Modifier and Type | Method and Description |
---|---|
Gene |
GPRManager.getGene(HashMap<String,String> databaseids) |
Gene |
GPRManager.getGene(String genename) |
Gene |
GPRManager.getUnassociatedGene(String name) |
Modifier and Type | Method and Description |
---|---|
Set<Gene> |
Protein.getCodingGenes() |
Set<Gene> |
GPRAssociation.getGenes() |
Set<Gene> |
GPRAssociation.getGenesWithoutProteins() |
Set<Gene> |
GPRManager.getProteinBuildingGenes(Protein p) |
Modifier and Type | Method and Description |
---|---|
void |
GPRAssociation.addGene(Gene g) |
Protein |
GPRManager.getSingleGeneProtein(Gene g) |
void |
GPRManager.updateGenedbs(Gene g,
HashMap<String,String> databaseids) |
Modifier and Type | Method and Description |
---|---|
void |
GPRAssociation.addAllGenes(Set<Gene> g) |
void |
GPRAssociation.addGenesByProtein(Protein prot,
Set<Gene> genes) |
GPRAssociation |
GPRManager.associateGenesToProtein(Protein p,
Set<Gene> genes) |
GPRAssociation |
Protein.setCodingGenes(Set<Gene> genes,
GPRManager gm) |
Constructor and Description |
---|
FBCGPRParser(Association assoc,
Model model,
HashMap<SBase,Gene> genes,
HashMap<SBase,Protein> proteins,
HashMap<String,SBase> productids) |
Copyright © 2018. All rights reserved.