Changes between Version 2 and Version 3 of GoNL_Immunochip_Data_Preparation


Ignore:
Timestamp:
Apr 21, 2011 4:36:52 PM (13 years ago)
Author:
laurent
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoNL_Immunochip_Data_Preparation

    v2 v3  
    4040
    4141= Liftover file =
    42 The last step in preparing the immunochip data for comparison with the sequence data is to liftover the VCF file to the same Human Genome Reference as the Sequence data so that comparisons can be made. All is explained here: [[LiftOver_Genome_Assemblies]]
     42The last step in preparing the immunochip data for comparison with the sequence data is to liftover the VCF file to the same Human Genome Reference as the Sequence data so that comparisons can be made. Here is how:
     43# Get the appropriate chain files
     44#* From the [ftp://gsapubftp-anonymous@ftp.broadinstitute.org Broad GSA ftp] (password is blank)
     45#* From the [http://hgdownload.cse.ucsc.edu/downloads.html#human USCS Genome Browser]
     46# Get the appropriate fasta files (you'll need both from-and-to builds fasta files)
     47#* From [ftp://ftp.ncbi.nlm.nih.gov/genomes/H_sapiens/ NCBI]
     48#* From [http://hgdownload.cse.ucsc.edu/downloads.html#human USCS Genome Browser]
     49# Index the fasta files appropriately to get .fai (samtools) and .dict files (Picard) as described on the [http://www.broadinstitute.org/gsa/wiki/index.php/Preparing_the_essential_GATK_input_files:_the_reference_genome GATK wiki]
     50# Get and run the [http://www.broadinstitute.org/gsa/wiki/index.php/LiftOverVCF.pl GATK LiftOver tool]
    4351
    4452Note that once the liftover VCF has successfully been created, it can be used to liftover the PLINK files. To do so: