annotate gfapts/README @ 1:028f435b6cfb draft default tip

Uploaded
author rdaveau
date Fri, 03 Aug 2012 05:50:41 -0400
parents f753b30013e6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
f753b30013e6 Uploaded
rdaveau
parents:
diff changeset
1 ## What is gfap ?
f753b30013e6 Uploaded
rdaveau
parents:
diff changeset
2 The Genomic and Functional Annotation Pipeline (gfap) consists in a set of perl and R tools that
f753b30013e6 Uploaded
rdaveau
parents:
diff changeset
3 aim at annotating human genetic SNVs/InDels identified by 2nd-generation sequencing technologies.
f753b30013e6 Uploaded
rdaveau
parents:
diff changeset
4
f753b30013e6 Uploaded
rdaveau
parents:
diff changeset
5 ## How does it work ?
f753b30013e6 Uploaded
rdaveau
parents:
diff changeset
6 gfap starts with a samtools-formatted VCF-file i.e. the DP4-tag from the INFO field is mandatory.
f753b30013e6 Uploaded
rdaveau
parents:
diff changeset
7 gfap performs its annotation in a 4-steps linear procedure i.e.:
f753b30013e6 Uploaded
rdaveau
parents:
diff changeset
8 1> SAMVCF.data.parser 2> Known.variants.finder 3> Map.to.genomic.features 4> Map.to.dbNSFP.features
f753b30013e6 Uploaded
rdaveau
parents:
diff changeset
9
f753b30013e6 Uploaded
rdaveau
parents:
diff changeset
10 ## Pre-requisites
f753b30013e6 Uploaded
rdaveau
parents:
diff changeset
11 In gfap_r1.0_samvcf_data_parser.pl LINE 13 the $rbin assumes that your R binary is set to /usr/bin/R
f753b30013e6 Uploaded
rdaveau
parents:
diff changeset
12 So, you will have to properly edit and reset this $rbin if R is installed elsewhere on your system.