dataTable | R Documentation |
This function creates a data table for a resulting network (i.e. the data that is used to annotate networks in terms of cluster (P/C), status (OK/FN/FP/I) and fold change sign, in Cytoscape)
dataTable(nodesP, drugs, dataGMM)
nodesP |
a character vector containing the substrate ID of data points as UPID.res.pos (this is to select sites that should be mapped) |
drugs |
a character vector that contains the drug treatments that we want the data for (they must match to row names of the data frames in the |
dataGMM |
a |
This function returns a data matrix that contains, for each site and each drug used, the cluster, status and fold change information. This is meant to be used as a node attribute in Cytoscape, to visualise the results of an analysis.
C. Terfve
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.