Commands reference

From PileLine

(Difference between revisions)
Jump to: navigation, search
(Processing and Annotation Commands)
(Processing and Annotation Commands)
Line 16: Line 16:
Indexes fasta genome and then can perform range based queries in that genome.
Indexes fasta genome and then can perform range based queries in that genome.
  pileline-genindex –-index –g <fasta> -i <new_index>
  pileline-genindex –-index –g <fasta> -i <new_index>
-
  pileline-genindex'' --seek –i <index> -s chr1:1000:2000
+
  pileline-genindex --seek –i <index> -s chr1:1000:2000
*'''''pileline-pileup2sift.sh'''''
*'''''pileline-pileup2sift.sh'''''
Generates a SIFT-compatible change column for each variant line in the GPF.  
Generates a SIFT-compatible change column for each variant line in the GPF.  
 +
pileline-pileup2sift -i <pileup>
 +
#Use - for STDIN.
*'''''pileline-pileup2polyphen.sh'''''
*'''''pileline-pileup2polyphen.sh'''''
Generates a Polyhen-compatible change column for each variant line in the GPF.
Generates a Polyhen-compatible change column for each variant line in the GPF.
 +
pileline-pileup2polyphen -i <pileup>
 +
#Use - for STDIN.
==Analysis Commands==
==Analysis Commands==

Revision as of 09:57, 24 June 2010

Processing and Annotation Commands

  • pileline-fastseek.sh

Prints a given range of a locus file:

pileline-fastseek.sh –p <locus_file.txt> -s chr10:100:10000
  • pileline-fastsjoin.sh

Joins two positional files:

XXXXX
  • pileline-rfilter.sh

Filters (or annotates) a positional file with range-based annotations (in bed format). Each position that is inside of a specific range is annotated.

pileline-rfilter –A <locus_file.txt> –i <targets.bed> –o <out.txt>
pileline-rfilter --annotate –A <locus_file.tx> –i <annotations.bed> –o <out.txt>
  • pileline-genindex.sh

Indexes fasta genome and then can perform range based queries in that genome.

pileline-genindex –-index –g <fasta> -i <new_index>
pileline-genindex --seek –i <index> -s chr1:1000:2000
  • pileline-pileup2sift.sh

Generates a SIFT-compatible change column for each variant line in the GPF.

pileline-pileup2sift -i <pileup> 
#Use - for STDIN.
  • pileline-pileup2polyphen.sh

Generates a Polyhen-compatible change column for each variant line in the GPF.

pileline-pileup2polyphen -i <pileup> 
#Use - for STDIN.

Analysis Commands

  • pileline-2smc.sh

Looks for discrepancies in genotypes of two samples (i.e.: case vs control). It also can annotate each output position with a given positional file containing custom annotations (i.e. dbSNP). Also produces a SIFT and PolyPhen-2 compatible outfiles.

  • pileline-nsmc.sh

Takes the output of several 2smc comparisons commands to reports where variants are reproduced.

  • pileline-genotest.sh

Calculates the NGS performance on genotyping, surveying a set of genomic positions whose genotype is known in the sample.

Personal tools