GUI Quick Start

From PileLine

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
-
PileLine GUI is under construction. We are currently working in PileLine GUI Quick Start. Sorry for the inconveniences.
+
==PileLineGUI Input Files==
 +
[[File:Glez_Peña_et_al_Figure2.png|right|thumb|PileLine commands and accepted input files.]]
 +
'''PileLineGUI''' is capable to handle, filter and compare genomic position files (GP) including standard [http://samtools.sourceforge.net/pileup.shtml pileup], [http://genome.ucsc.edu/FAQ/FAQformat#format1 BED],[http://genome.ucsc.edu/FAQ/FAQformat#format3 GFF], or [http://1000genomes.org/wiki/doku.php?id=1000_genomes:analysis:vcfv3.2 VCF] files.  
-
The PileLine staff.
+
Basically, GP are tabular files where the two first columns contain sequence name (i.e. chromosome name) and position coordinate respectively.
 +
Additional optional fields are accepted in '''PileLine''', see an example of GP input file below:
 +
chr10    118829    optional1    optional2    optional3    ...   
 +
chr10    121207    optional1    optional2    optional3    ...
 +
chr10    121337    optional1    optional2    optional3    ...
 +
chr10    121636    optional1    optional2    optional3    ...

Revision as of 12:30, 21 February 2011

PileLineGUI Input Files

PileLine commands and accepted input files.

PileLineGUI is capable to handle, filter and compare genomic position files (GP) including standard pileup, BED,GFF, or VCF files.

Basically, GP are tabular files where the two first columns contain sequence name (i.e. chromosome name) and position coordinate respectively. Additional optional fields are accepted in PileLine, see an example of GP input file below:

chr10     118829     optional1     optional2     optional3     ...    
chr10     121207     optional1     optional2     optional3     ...
chr10     121337     optional1     optional2     optional3     ...
chr10     121636     optional1     optional2     optional3     ...
Personal tools