Difference between revisions of "Main Page"

From Genome Analysis Wiki
Jump to navigationJump to search
m (Reverted edits by LaneBurgoyne120 (talk) to last revision by Administrator)
Tag: Rollback
 
(74 intermediate revisions by 22 users not shown)
Line 1: Line 1:
<!--        BANNER ACROSS TOP OF PAGE        -->
+
<div id="mf-mainpage">
{| style="width:100%; background:#fcfcfc; margin-top:1.2em; border:1px solid #ccc;" |
+
<!--        BANNER ACROSS TOP OF PAGE        -->  
| style="width:100%; text-align:center; white-space:nowrap; color:#000;" |  
+
 
<div style="font-size:162%; border:none; margin:0; padding:.1em; color:#000;">Abecasis Group Wiki</div>
+
{| style="width:100%; background:#fcfcfc; margin-top:1.2em; border:1px solid #ccc;"
 +
|-
 +
| style="width:100%; text-align:center; white-space:nowrap; color:#000;" | <div style="font-size:162%; border:none; margin:0; padding:.1em; color:#000;">Abecasis Group Wiki</div>
 
|}
 
|}
  
 +
[[Image:AbecasisRetreat2016.jpg|700px|center|Group Photo 2016]]
  
[[Image:2009.08_Group_Retreat_Photo.jpg|400px|center|Group Photo]]
+
<!-- Below are old images from 2009 and 2014 Retreats -->
 +
<!-- <br> [[Image:Abecasis2015Retreat.JPG|700px|center|Group Photo 2015]] -->
 +
<!-- <br> [[Image:Abecasis2014Retreat.JPG|700px|center|Group Photo 2014]] -->
 +
<!-- <br> [[Image:2009.08 Group Retreat Photo.jpg|center|400px|Group Photo]]-->
 +
  
== Welcome! ==
+
== Welcome! ==
  
Welcome to our brand new wiki!
+
Welcome to our wiki!  
  
If you would like to contribute, [[Special:UserLogin|log-in]] or [http://csgwiki.sph.umich.edu/index.php?title=Special:UserLogin&type=signup create an account]. We recommend using your e-mail address or Michigan uniqname as your user id.
+
If you would like to contribute, [[Special:UserLogin|log-in]] or [[Special:RequestAccount|request an account]]. We recommend using your e-mail address or Michigan uniqname as your user id.  
  
For basic instructions, see [http://en.wikipedia.org/wiki/Wikipedia:Tutorial the Wikipedia Tutorial].
+
For basic instructions, see [http://en.wikipedia.org/wiki/Wikipedia:Tutorial the Wikipedia Tutorial].  
  
== Sequence Analysis Tools ==
+
== Sequence Analysis Tools ==
  
We are developing several tools for the analysis of next generation sequence data.  
+
We are developing [[Software|software tools]] for the analysis of next generation sequence data.  
  
=== [[Read Mapping]] ===
+
These tools include:
  
[[Karma|Karma]] - Our fast short read aligner, which generates [[Mapping Quality Scores]]
+
#Variant Calling with [[GlfSingle]] and [[GlfMultiples]]
 +
#Variant Calling and De Novo Mutation Detection in Families with [[Polymutt]]
 +
#Variant Annotations using [[VcfCodingSnps]]
 +
#Rare Variant Analysis using [[RvTests]]
 +
#Rare Variant Association Analysis in family samples [[FamRvTest]]
 +
#Quality control using [[C++ Executable: fastQValidator|FastQValidator]], [[VerifyBamID]], and [[BamValidator]]
 +
#C++ APIs for sequence analsysis using [[C++ Library: libStatGen]]
 +
#Meta-analysis of single variant or gene-level associations [[RAREMETAL-SOFTWARE]]
 +
#Sequencing study design helper [[Rarefy]]
 +
#Local ancestry inference (ancestry painting) using off-targeted sequence data [[SEQMIX]]
 +
#Association Container Toolbox [[EPACTS]]
 +
#Fast Genotype Imputation Tool : [[Minimac3]]
  
[[Karma-colorspace|Karma-ColorSpace]] - QUICKSTART on mapping color space reads
+
These tools and additional tools can be found on the [[Software]] page.
  
[[Examples|Examples]] - Sample command lines with discussion
+
We are developing Genome/Sequencing Processing Pipelines for anyone to use: [[GotCloud]]
  
=== Variant Calling ===
+
== High Level Tutorials  ==
  
[[glfSingle]] - Variant calling for a single, deeply sequenced individual
+
Some high-level tutorials on the analysis of next generation sequence data:
  
[[glfTrio]] - Variant calling for a single, deeply sequenced nuclear family with two parents and one child
+
#[[Evaluating a Read Mapper on Simulated Data]]
 +
#[[SNP Call Set Properties]]
 +
#[[Generic Exome Analysis Plan]]
  
[[glfMultiples]] -- Variant calling for multiple, unrelated individuals
+
== Projects  ==
  
=== Variant Annotation ===
+
[[NHLBI Informatics Resource|NHLBI Genome Sequencing Project]]
  
[[vcfCodingSnps]] -- Annotate coding variants in a VCF file.
+
[[SardiNIA]] - The SardiNIA longitudinal study of aging.  
  
=== Quality Control Utilities ===
+
[[EMADS|Exome Meta-analysis of Drinking and Smoking (EMADS)]]
  
[[FastQ Validator]] -- Check that a FASTQ file conforms to specification.
+
[http://www.1000genomes.org The 1000 Genomes Project]
[[FastQFile]] -- Read a FASTQ file sequence by sequence. Validating the sequence as it is read.
 
[[BamIdentityCheck]] -- Check that mapped reads are consistent with known genotypes for each individual.
 
 
 
=== [[Links to Sequence Analysis Tools|Other Useful Links]] ===
 
 
 
== Projects  ==
 
  
[[SardiNIA]] - The SardiNIA longitudinal study of aging.
+
== Learn Genetics  ==
  
[[1000 Genomes Project Pilot 1 SNP Calling]]
+
Faculty in the group teach in a variety of formal and informal settings. [[Class Notes|Class notes]] and relevant discussion are archived here.
  
== Learn Genetics ==
+
== General Resources  ==
  
Faculty in the group teach in a variety of formal and informal settings. [[Class Notes|Class notes]] and relevant discussion are archived here.
+
*[[Computer How-Tos]]
 +
</div>

Latest revision as of 16:06, 23 March 2023

Abecasis Group Wiki
Group Photo 2016


Welcome!

Welcome to our wiki!

If you would like to contribute, log-in or request an account. We recommend using your e-mail address or Michigan uniqname as your user id.

For basic instructions, see the Wikipedia Tutorial.

Sequence Analysis Tools

We are developing software tools for the analysis of next generation sequence data.

These tools include:

  1. Variant Calling with GlfSingle and GlfMultiples
  2. Variant Calling and De Novo Mutation Detection in Families with Polymutt
  3. Variant Annotations using VcfCodingSnps
  4. Rare Variant Analysis using RvTests
  5. Rare Variant Association Analysis in family samples FamRvTest
  6. Quality control using FastQValidator, VerifyBamID, and BamValidator
  7. C++ APIs for sequence analsysis using C++ Library: libStatGen
  8. Meta-analysis of single variant or gene-level associations RAREMETAL-SOFTWARE
  9. Sequencing study design helper Rarefy
  10. Local ancestry inference (ancestry painting) using off-targeted sequence data SEQMIX
  11. Association Container Toolbox EPACTS
  12. Fast Genotype Imputation Tool : Minimac3

These tools and additional tools can be found on the Software page.

We are developing Genome/Sequencing Processing Pipelines for anyone to use: GotCloud

High Level Tutorials

Some high-level tutorials on the analysis of next generation sequence data:

  1. Evaluating a Read Mapper on Simulated Data
  2. SNP Call Set Properties
  3. Generic Exome Analysis Plan

Projects

NHLBI Genome Sequencing Project

SardiNIA - The SardiNIA longitudinal study of aging.

Exome Meta-analysis of Drinking and Smoking (EMADS)

The 1000 Genomes Project

Learn Genetics

Faculty in the group teach in a variety of formal and informal settings. Class notes and relevant discussion are archived here.

General Resources