| Literature DB >> 27158457 |
Eric Moyer1, Megan Hagenauer2, Matthew Lesko3, Felix Francis4, Oscar Rodriguez5, Vijayaraj Nagarajan6, Vojtech Huser7, Ben Busby3.
Abstract
Network analysis can make variant analysis better. There are existing tools like HotNet2 and dmGWAS that can provide various analytical methods. We developed a prototype of a pipeline called MetaNetVar that allows execution of multiple tools. The code is published at https://github.com/NCBI-Hackathons/Network_SNPs. A working prototype is published as an Amazon Machine Image - ami-4510312f .Entities:
Keywords: genetic variant; network analysis; next generation sequencing; pipeline
Year: 2016 PMID: 27158457 PMCID: PMC4857755 DOI: 10.12688/f1000research.8288.1
Source DB: PubMed Journal: F1000Res ISSN: 2046-1402
An overview of the tools used in our pipeline.
| Name | Advantages | Disadvantages | Platform |
|---|---|---|---|
| FunSeq2 | Uses ENCODE Regulatory
| Output needs to be parsed to better understand
| Perl program |
| NetworkX | Ease-of-use, rapid development,
| Cannot use for large-scale problems with more than
| Python library |
| HotNet2 | HotNet2 algorithm uses heat
| Challenging to run the scripts directly; poor
| Python |
| dmGWAS | Predicts molecular subnetworks
| Computationally intensive: may take days to
| R package
|
Figure 1. An overview of the pipeline.
Figure 2. NetworkX outputs a file containing the degreeness and centrality of each gene, as well as two directories containing subnetwork graph figures for each input gene (.png) and its XML format.
Figure 3. An example of the first output summary file produced by dmGWAS in our pipeline: ModuleStrengthSummaryByGene.txt.
This file provides the Normalized Module Score for each gene included in the network (“Zn”, where a larger value indicates the gene is more enriched for significant case-control associations), and the gene-level summary case-control association p-value provided by VEGAS. It is ordered by percentile rank to allow comparison across different network analysis programs.
Figure 4. An example of the second output summary file produced by dmGWAS in our pipeline: Top1000ModuleScores.txt.
This second output provides similar information as the first output file, but expands it to include the list of genes (nodes) present in each gene of interest subnetwork. Only subnetwork output for the top 1000 seed genes is provided (as determined by percentile rank).