what is largest subgraph?
In paper "Characterization of protein-interaction networks in tumors" for graph analysis use of largest subgraph, what is meaning of largest subgraph? It is largest connected component?
ppi
graph
largest subgraph
analysis
• 1,764 views
•
link
written
by
Saeed Rahmani
1
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Random walk can be applied to any network?
written by Yoomi 2We are using the random walk algorithm to the biology network for community detection. In the thesis, there is the condition to apply the random …
-
VG Giraffe Mapping to a Single Connected Component
written by jdru 1Hello, I was wondering if it is possible to use VG Giraffe to map reads only to a single connected component in a graph? Thanks!
-
subgraph extraction based on the edges weights and graph connectivity
written by arronar 29Hi. Given a matrix that describes the edges' and their weights of a connected graph (see below) I want to extract a subgraph based on …
-
Finding clusters of interacting proteins in a protein-protein interaction graph
written by rubic 27Hi, Given a protein-protein-interaction graph (e.g., from the string data base) and an outcome of a differential expression analysis (i.e., for each gene we have …
-
Tools for network active module identification?
written by enricoferrero 92Hello, I'm looking for tools that allow identification of active modules in networks. A typical scenario is where you have a protein-protein interaction network and …
-
How to plot Motifs in igraph?
written by Saeed Rahmani 1I use igraph package to get motifs in Protein-Protein interaction network, It has a vector output, But I need plot or draw of motifs. How …
-
Structure of a Protein-Protein Interaction Network
written by Saeed Rahmani 1I have a Protein-Protein Interaction data that get from [this][1] paper. In data we have two type: 1.**Normal** 2.**Cancer** But in two type of data …
-
Graph Centrality measure
written by Saeed Rahmani 1I had read a paper of "Characterization of protein-interaction networks in tumors", In table of graph parameters, It has a parameter of **Graph Centrality** and …
-
What is important graph parameters in PPI analysis?
written by Saeed Rahmani 1I want to analysis of PPI for Normal and Cancer cells, I use graph theory to this work. Which graph parameters important and suitable to …
-
How to predict cancer-related proteins in Protein-Protein Interaction networks
written by txd866 0Protein-protein interaction networks are known. It is an undirected graph. Each row of the networks is like this (Protein 2 - Protein 6), and It …
Yes, they'll be referring to the largest connected component
Thank you, It's that right.