pwOmics (version 1.4.0)

getAliasfromSTRINGIDs: Map alias names to STRING IDs of consensus graph.

Description

Map alias names to STRING IDs of consensus graph.

Usage

getAliasfromSTRINGIDs(data_omics, ST_net, consSTRINGIDs, tps, string_db)

Arguments

data_omics
OmicsData object.
ST_net
steiner tree graph generated by SteinerTree_cons function.
consSTRINGIDs
first element of list generated by getConsensusSTRINGIDs function; a data.frame including the proteins to be considered as terminal nodes in Steiner tree with colnames ST_proteins and the corresponding STRING IDs in column 'STRING_id'.
tps
integer specifying current timepoint under consideration.
string_db
second element of list generated by getConsensusSTRINGIDs function; species table (for human) of STRING database.

Value

igraph object with alias name annotation.