Skip to content

Commit

Permalink
Add ToC to README.md (ultimatesource#191)
Browse files Browse the repository at this point in the history
- Add `table of content` to help users to navigate around this long file.
- The ToC is generated by using `https://github.com/ekalinin/github-markdown-toc`
  • Loading branch information
stevenhwu authored and reedacartwright committed Sep 15, 2016
1 parent e18d9fe commit 5c0a3e7
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ Authors: Don Conrad, Avinash Ramu, Kael Dai, and Reed A. Cartwright.

DeNovoGear is a software package to detect *de novo* mutations using next-generation sequencing data. It supports the analysis of many differential experimental designs and uses advanced statistical models to reduce the false positve rate.

## Table of Contents
* [INSTALLATION](#installation)
* [Download](#download)
* [Compiling](#compiling)
* [Installation](#installation-1)
* [Testing](#testing)
* [RUNNING THE CODE](#running-the-code)
* [Synposis](#synposis)
* [dng call: Finding Mutations in General Pedigrees](#dng-call-finding-mutations-in-general-pedigrees)
* [dng dnm: Finding Denovo Mutations in trios and pairs.](#dng-dnm-finding-denovo-mutations-in-trios-and-pairs)
* [Separate models for the X chromosome](#separate-models-for-the-x-chromosome)
* [PAIRED SAMPLE ANALYSIS](#paired-sample-analysis)
* [PHASER](#phaser)
* [General options for TRIOs and Paired Sample Calling](#general-options-for-trios-and-paired-sample-calling)
* [RELEASE NOTES](#release-notes)
* [DEPENDENCIES](#dependencies)
* [ACKNOWLEDGEMENTS](#acknowledgements)

## INSTALLATION

Expand Down Expand Up @@ -390,7 +407,7 @@ DNG contains code to [download and build missing dependencies](#build-missing-de

### dng treecall: Finding Mutations and Trees from Single Cell Sequencing

`dng treecall` is an experimental module to identify mutations and trees from whole-genome sequencing of single cells
`dng treecall` is an experimental module to identify mutations and trees from whole-genome sequencing of single cells

#### Usage:

Expand Down

0 comments on commit 5c0a3e7

Please sign in to comment.