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,761 views
•
link
written
by
Saeed Rahmani •
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 •We 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 •Hello, 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 arronarHi. 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 rubicHi, 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 enricoferreroHello, 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 •I 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 •I 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 •I 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 •I 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 •Protein-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.