View source: R/createPPI_CellComm.R
createPPI | R Documentation |
Create a protein-protein interaction network for the reconstruction of cell signaling pathways.
createPPI(filename, expr)
filename |
character; protein interaction data. |
expr |
dgCMatrix; gene expression in each cell, found in CellRouter@ndata. |
list; the network (igraph object), the ctable (data frame) with the edge list, the table (data frame) with the information of the ids of gene A and B and the scores, the genes in total (character vector), genesPPI (character vector) with the genes in the interactions, and the remove (character vector) with the genes not used in the interactions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.