Difference between revisions of "Introduction to new students"

From Genome Analysis Wiki
Jump to navigationJump to search
 
(17 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
Introduction to New Students
 
Introduction to New Students
== Programming ==
+
= Programming =
 
* R/C++/perl/python code snipplets / toy examples of various packages
 
* R/C++/perl/python code snipplets / toy examples of various packages
 
[[https://statgen.sph.umich.edu/wiki/Category:Code_Samples Internal Resources]]
 
[[https://statgen.sph.umich.edu/wiki/Category:Code_Samples Internal Resources]]
* How to use git
+
* [[How To Use Git]] : Git is a version control software. We have useful library codes and useful applications (see Sequence Analysis Tools section on the [[Main_Page]]).
== Unix ==
 
== Tools ==
 
== Resources ==
 
  
 +
= Unix =
  
[[https://statgen.sph.umich.edu/wiki/Category:Code_Samples Internal Resources]]
 
  
 +
[[Basic Unix/Linux Intro]]
  
 +
[[Screen Commands]] - use screen to save a session even when you log off
  
Git is a version control software. We have useful library codes and useful applications (see Sequence Analysis Tools section in [[http://genome.sph.umich.edu/wiki/Main_Page]]).
+
CSG Documentation [[http://csg.sph.umich.edu/docs/ AWK, BASH, UNIX commands and etc.]]
 
 
A dedicated introduction page is here:
 
[[https://statgen.sph.umich.edu/wiki/How_To_Use_Git How to use git]]
 
  
* Tools howto - with examples - samtools, PLINK, MERLIN, bwa, etc
+
Git [[https://statgen.sph.umich.edu/wiki/How_To_Use_Git How to use git ]], [[https://statgen.sph.umich.edu/w/images/6/6b/2011_06_07_GitHowTo.pdf PDF presentation]], [[https://statgen.sph.umich.edu/w/images/c/c4/GitCheatSheet.pdf Cheatsheet]]
  
 +
= Tools =
 
Samtools [[http://samtools.sourceforge.net/samtools.shtml Manual]]
 
Samtools [[http://samtools.sourceforge.net/samtools.shtml Manual]]
  
Line 28: Line 25:
 
BWA[[http://bio-bwa.sourceforge.net/bwa.shtml Homepage ]]
 
BWA[[http://bio-bwa.sourceforge.net/bwa.shtml Homepage ]]
  
* SAM/VCF format documentation
+
= Resources =
 +
 
 +
=== Nex-Gen Sequencing (NGS) ===
 +
 
 +
SEQAnswer forum [[http://seqanswers.com/ Homepage ]]
 +
 
 +
RNAseq blog [[http://rna-seqblog.com/ Homepage ]]
 +
 
 +
 
 +
=== Data File Formats ===
 +
We work with the following formats:
 +
* [http://en.wikipedia.org/wiki/FASTQ_format FASTQ] - used to store sequence reads and their quality scores
 +
* [[SAM]]/[[BAM]] - used to store additional information from what is in a FASTQ file, possibly including alignment information
 +
* [[VCF]]: https://statgen.sph.umich.edu/wiki/VCF_4.0
 +
* [http://genome.sph.umich.edu/wiki/GLF GLF]
 +
 
 +
=== SAM/VCF format documentation ===
  
 
[[http://samtools.sourceforge.net/SAM1.pdf SAM specification]]
 
[[http://samtools.sourceforge.net/SAM1.pdf SAM specification]]
Line 34: Line 47:
 
[[http://genome.sph.umich.edu/wiki/VCF VCF specification]]
 
[[http://genome.sph.umich.edu/wiki/VCF VCF specification]]
  
* UNIX 101
+
Group Chat [[https://statgen.sph.umich.edu/wiki/Instant_Messaging instant Messaging]]
  
CSG Documentation [[http://csg.sph.umich.edu/docs/ AWK, BASH, UNIX commands and etc.]]
+
== Lecture Materials ==
  
* Collection of useful resources/links
+
Lecture Notes for Goncalo's Introductory Genetics Course [[Biostatistics 666]]
  
Group Chat [[https://statgen.sph.umich.edu/wiki/Instant_Messaging instant Messaging]]
+
Web-seminars on next generation sequencing and related topics [http://www.newton.ac.uk/programmes/CGR/seminars/index.html Newton Institute Workshop]

Latest revision as of 21:39, 17 June 2014

Introduction to New Students

Programming

  • R/C++/perl/python code snipplets / toy examples of various packages

[Internal Resources]

  • How To Use Git : Git is a version control software. We have useful library codes and useful applications (see Sequence Analysis Tools section on the Main_Page).

Unix

Basic Unix/Linux Intro

Screen Commands - use screen to save a session even when you log off

CSG Documentation [AWK, BASH, UNIX commands and etc.]

Git [How to use git ], [PDF presentation], [Cheatsheet]

Tools

Samtools [Manual]

PLINK [Homepage]

MERLIN [Homepage]

BWA[Homepage ]

Resources

Nex-Gen Sequencing (NGS)

SEQAnswer forum [Homepage ]

RNAseq blog [Homepage ]


Data File Formats

We work with the following formats:

SAM/VCF format documentation

[SAM specification]

[VCF specification]

Group Chat [instant Messaging]

Lecture Materials

Lecture Notes for Goncalo's Introductory Genetics Course Biostatistics 666

Web-seminars on next generation sequencing and related topics Newton Institute Workshop