|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GraphExporter
service interface. 3rd party can get the instance by calling
GraphExporter graphExporter = GraphExporterImpl.getInstance();
| Method Summary | |
|---|---|
java.util.HashMap |
bevGetAllLocationInfo()
BirdsEyeView code |
java.util.ArrayList |
bevGetGoBioProcesses(java.lang.Integer goID)
BirdsEyeView code |
java.util.ArrayList |
bevGetGoChildren(java.lang.Integer goNodeID)
BirdsEyeView code |
java.util.ArrayList |
bevGetGoFunctions(java.lang.Integer goID)
BirdsEyeView code |
java.lang.Integer |
bevGetGoGeneProductID(java.lang.String locusID)
BirdsEyeView code |
java.lang.String |
bevGetGoNodeName(java.lang.Integer goNodeID)
BirdsEyeView code |
java.util.ArrayList |
bevGetGoNodesWithinDistance(java.lang.Integer rootNodeID,
int distance)
BirdsEyeView code |
java.util.ArrayList |
bevGetGoTermAncestors(java.lang.Integer goTermID)
BirdsEyeView code |
java.util.ArrayList |
bevGetLocations(java.lang.Integer entityID)
BirdsEyeView code |
java.util.ArrayList |
bevGetLocusIDs(java.lang.String affyID)
BirdsEyeView code |
java.lang.Integer |
bevGetMetnetEntityID(java.lang.String locusID)
BirdsEyeView code |
java.util.ArrayList |
bevGetPathways(java.lang.Integer entityID)
BirdsEyeView code |
java.util.Map |
bevGetPolypeptides(java.lang.Integer entityID)
BirdsEyeView code |
java.util.Map |
bevGetProteinComplexes(java.lang.Integer entityID)
BirdsEyeView code |
java.util.Map |
findBlockunitInstance(java.util.Collection blockIdList)
get the blockunit map |
java.util.Collection |
findLiveEntityList(boolean exactMatch,
java.lang.String name,
java.lang.String location,
java.lang.String entityType)
find the live entities according to the specified query condition |
java.util.Collection |
getAllLocationList()
get all location in the database |
java.util.List |
getAtGeneSearchAttributeList()
get all attributes in the AtGeneSearch application |
java.util.List |
getAtGeneSearchObject(java.lang.String affyId)
get one data object based on the affyId |
java.util.List |
getFullGeneAnnotationAttributeList()
get all attributes in function getFullGeneAnnotationList() |
org.apache.commons.collections.map.MultiKeyMap |
getFullGeneAnnotationList()
return all possible gene annnotation. |
edu.uci.ics.jung.graph.DirectedGraph |
getGraphModelByEntity(GobiNode gobiNode)
get the graph model from the node info. |
edu.uci.ics.jung.graph.DirectedGraph |
getGraphModelByEntityList(java.util.Collection gobiNodeList)
get the graph model from the node list. |
edu.uci.ics.jung.graph.DirectedGraph |
getGraphModelByPathway(java.util.Collection pbidList)
return the graph model based on the pathway id list. |
edu.uci.ics.jung.graph.DirectedGraph |
getGraphModelByStep(java.util.Collection blockIdList,
int step)
get the p-neighborhood graph |
org.apache.commons.collections.map.MultiKeyMap |
getMetaboliteMap()
get the map from metabolite blockid to name |
MetaboliteObject |
getMetaboliteObject(java.lang.Integer ebid)
get additional metabolite information. |
org.apache.commons.collections.map.MultiKeyMap |
getPathwayCategoryTree()
get the adjacency list of pathway category tree. |
org.apache.commons.collections.map.MultiKeyMap |
getPathwayElementMap()
get the full mapping between the pathways and their elements |
java.util.Map |
getPathwayInfo(java.util.Collection pbidList)
get the pathway information of |
org.apache.commons.collections.map.MultiKeyMap |
getPathwayLocusMap()
get the full map to pathway, locus and affy probe sets |
java.util.Map |
getPathwayMapByEntityList(java.util.Collection gobiNodeList)
get the pathways that contains the entities. |
org.apache.commons.collections.map.MultiKeyMap |
getPathwayMetaboliteMap()
get the map from pathway blockid to metabolite blockid |
java.util.Collection |
pubchemCasFilter(java.util.Collection nameList)
obtain CAS from a list of name. |
java.util.Collection |
pubchemCid2Name(java.util.Collection cidList)
obtain pubchem synonym from compound id list |
java.util.Collection |
pubchemName2Cid(java.util.Collection nameList)
obtain pubchem compound id from name. |
| Method Detail |
|---|
edu.uci.ics.jung.graph.DirectedGraph getGraphModelByEntity(GobiNode gobiNode)
gobiNode - the node info from gene gobi
edu.uci.ics.jung.graph.DirectedGraph getGraphModelByEntityList(java.util.Collection gobiNodeList)
gobiNodeList - the node list
java.util.List getAtGeneSearchAttributeList()
java.util.List getAtGeneSearchObject(java.lang.String affyId)
affyId - the affyID regardless Affy25K or Affy8K. If there are multiple affyIDs, separate
them by comma or semicolon
MetaboliteObject getMetaboliteObject(java.lang.Integer ebid)
ebid - the blockid of the metabolite.
java.util.Collection pubchemName2Cid(java.util.Collection nameList)
nameList - the name list
java.util.Collection pubchemCid2Name(java.util.Collection cidList)
cidList - the pubchem compound id list
java.util.Collection pubchemCasFilter(java.util.Collection nameList)
nameList - the name or synonym list
java.util.Map getPathwayMapByEntityList(java.util.Collection gobiNodeList)
gobiNodeList - the entity list.
getGraphModelByPathway(Collection)edu.uci.ics.jung.graph.DirectedGraph getGraphModelByPathway(java.util.Collection pbidList)
pbid - the pathway blockid list
getPathwayMapByEntityList(Collection)org.apache.commons.collections.map.MultiKeyMap getPathwayCategoryTree()
PathwayCategoryNodejava.util.Map getPathwayInfo(java.util.Collection pbidList)
pbidList - the list of pathway blockid
edu.uci.ics.jung.graph.DirectedGraph getGraphModelByStep(java.util.Collection blockIdList,
int step)
blockIdList - the blockid list, which can be obtained from various waysstep - the neighbor list is in the 1st step, then 2nd, and so on.
java.util.Collection findLiveEntityList(boolean exactMatch,
java.lang.String name,
java.lang.String location,
java.lang.String entityType)
exactMatch - true if the name or synonym is exactly matched. false, if the name parameter can
be a substring of the entity name or synonymname - the search string, can be the full name or substring of the name.location - subcellular compartment, can be null if not knownentityType - entity type like gene, metabolite, can be null if not known
java.util.Collection getAllLocationList()
java.util.Map findBlockunitInstance(java.util.Collection blockIdList)
blockIdList - the id list
org.apache.commons.collections.map.MultiKeyMap getPathwayElementMap()
org.apache.commons.collections.map.MultiKeyMap getPathwayLocusMap()
org.apache.commons.collections.map.MultiKeyMap getPathwayMetaboliteMap()
org.apache.commons.collections.map.MultiKeyMap getMetaboliteMap()
java.util.HashMap bevGetAllLocationInfo()
java.util.ArrayList bevGetGoBioProcesses(java.lang.Integer goID)
goID - na
java.util.ArrayList bevGetGoChildren(java.lang.Integer goNodeID)
goNodeID - na
java.util.ArrayList bevGetGoFunctions(java.lang.Integer goID)
goID - na
java.lang.Integer bevGetGoGeneProductID(java.lang.String locusID)
locusID - na
java.lang.String bevGetGoNodeName(java.lang.Integer goNodeID)
goNodeID - na
java.util.ArrayList bevGetGoNodesWithinDistance(java.lang.Integer rootNodeID,
int distance)
rootNodeID - nadistance - na
java.util.ArrayList bevGetGoTermAncestors(java.lang.Integer goTermID)
goTermID - na
java.util.ArrayList bevGetLocations(java.lang.Integer entityID)
entityID - na
java.util.ArrayList bevGetLocusIDs(java.lang.String affyID)
affyID - na
java.lang.Integer bevGetMetnetEntityID(java.lang.String locusID)
locusID - na
java.util.ArrayList bevGetPathways(java.lang.Integer entityID)
entityID - na
java.util.Map bevGetPolypeptides(java.lang.Integer entityID)
entityID - na
java.util.Map bevGetProteinComplexes(java.lang.Integer entityID)
entityID - na
org.apache.commons.collections.map.MultiKeyMap getFullGeneAnnotationList()
java.util.List getFullGeneAnnotationAttributeList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||