public class GPRManager extends Object
Modifier and Type | Field and Description |
---|---|
static String |
GENE_BASE |
static String |
PROTEIN_BASE |
Constructor and Description |
---|
GPRManager(IDARESettingsManager ism) |
Modifier and Type | Method and Description |
---|---|
GPRAssociation |
associateGenesToProtein(Protein p,
Set<Gene> genes) |
Gene |
getGene(HashMap<String,String> databaseids) |
Gene |
getGene(String genename) |
GPRAssociation |
getGPRAssoc(Protein p) |
Protein |
getProtein(GPRAssociation assoc) |
Protein |
getProtein(HashMap<String,String> databaseids) |
Protein |
getProtein(String Proteinname) |
Set<Gene> |
getProteinBuildingGenes(Protein p) |
Set<Protein> |
getProteins(Collection<GPRAssociation> assocs) |
Protein |
getSingleGeneProtein(Gene g) |
Gene |
getUnassociatedGene(String name) |
Protein |
getUnassociatedProtein(String name) |
void |
updateGenedbs(Gene g,
HashMap<String,String> databaseids) |
void |
updateProteindbs(Protein p,
HashMap<String,String> databaseids) |
public static String PROTEIN_BASE
public static String GENE_BASE
public GPRManager(IDARESettingsManager ism)
public GPRAssociation associateGenesToProtein(Protein p, Set<Gene> genes)
public GPRAssociation getGPRAssoc(Protein p)
public Protein getProtein(GPRAssociation assoc)
public Set<Protein> getProteins(Collection<GPRAssociation> assocs)
Copyright © 2018. All rights reserved.