Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 152: Line 152:  
LASER can perform principal components analysis (PCA) on genotype data of the reference panel to generate a reference ancestry space.
 
LASER can perform principal components analysis (PCA) on genotype data of the reference panel to generate a reference ancestry space.
   −
  # ./LASER-2.01/laser -g $HGDP/HGDP_938.geno -pca 1 -k 30 -o HGDP_938
+
  # $LASER/laser -g $HGDP/HGDP_938.geno -pca 1 -k 30 -o HGDP_938
    
The above command takes ~20 minutes to finish.  
 
The above command takes ~20 minutes to finish.  
Line 164: Line 164:  
Submit two jobs to place sequenced samples into the reference ancestry space:
 
Submit two jobs to place sequenced samples into the reference ancestry space:
   −
  ./LASER-2.01/laser -g $HGDP/HGDP_938.geno -c $HGDP/HGDP_938.RefPC.coord -s hapmap_trios.seq -K 20 -k 4 -x 1 -y 3 -o hapmap_trios.1-3 &
+
  $LASER/laser -g $HGDP/HGDP_938.geno -c $HGDP/HGDP_938.RefPC.coord -s hapmap_trios.seq -K 20 -k 4 -x 1 -y 3 -o hapmap_trios.1-3 &
  ./LASER-2.01/laser -g $HGDP/HGDP_938.geno -c $HGDP/HGDP_938.RefPC.coord -s hapmap_trios.seq -K 20 -k 4 -x 4 -y 6 -o hapmap_trios.4-6 &
+
  $LASER/laser -g $HGDP/HGDP_938.geno -c $HGDP/HGDP_938.RefPC.coord -s hapmap_trios.seq -K 20 -k 4 -x 4 -y 6 -o hapmap_trios.4-6 &
    
The first job will process samples 1 to 3 and the second job will processed samples 4 to 6.  
 
The first job will process samples 1 to 3 and the second job will processed samples 4 to 6.  
111

edits

Navigation menu