uhjish / tome

Provides basic support for exploring small-world graph properties for connected components of undirected graphs (clustering coef, avg path length, degree distribution) and provides novel algorithms for control-generation and significance analysis of subnetwork properties.

Home Page:https://www.researchgate.net/publication/23287073_Systems_based_mapping_demonstrates_that_recovery_from_alkylation_damage_requires_DNA_repair_RNA_processing_and_translation_associated_networks?ev=prf_pub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToME: Topology Measurement Environment

  1. Download the jar and the example directory.
  2. Launch the jar. Click Help and read through the vocabulary.
  3. Click Load and select the "example.sif" to load the backing graph.
  4. Open "sample.txt", copy and paste the list of genes into the Initial Filter textbox.
  5. Choose Loose and click Filter.

You'll now see a list of genes with their clustering coefficient, average path length, and degree. To make this more useful, we must trim the graph.

  1. Click Trim, then check all of the trim options.

You should now have meaningful graph average properties, and sorting by clustering coefficient, average path length or degree should bring up interesting sets of genes.

  1. Sort by clustering coefficient, then Shift+Select those with coefficient > 0.
  2. Hit view to see the topology of the selected nodes.
  3. You can click Selected to see just the selected nodes, or Whole to see the entire graph.
  4. Close the graph view and hit Ctrl to generate control sets for your subgraph.
  5. Explore the control distributions using the drop-downs. The value of the metric for your selection is shown next to the drop-down.
  6. Click "Save Control Stats" to get percentiles for each control statistic for subsequent significance analysis.

About

Provides basic support for exploring small-world graph properties for connected components of undirected graphs (clustering coef, avg path length, degree distribution) and provides novel algorithms for control-generation and significance analysis of subnetwork properties.

https://www.researchgate.net/publication/23287073_Systems_based_mapping_demonstrates_that_recovery_from_alkylation_damage_requires_DNA_repair_RNA_processing_and_translation_associated_networks?ev=prf_pub


Languages

Language:Java 100.0%