jandot / parp

Processing Abnormal Read-Pairs

This URL has Read+Write access

parp /
name age message
file .gitignore Wed Jun 03 02:41:14 -0700 2009 Added .gitignore [jandot]
file README.textile Fri Dec 05 14:20:29 -0800 2008 Changed title of README [jandot]
directory data/ Thu Jul 09 05:44:31 -0700 2009 Removed unused lines from config file [jandot]
directory lib/ Loading commit data...
directory pARP.app/ Thu Jul 09 05:40:50 -0700 2009 Recreated new pARP applications [jandot]
file parp.rb Wed Jul 08 03:41:40 -0700 2009 Moved config.yml to data-directory. Necessary f... [jandot]
directory scripts/ Fri Mar 06 07:52:11 -0800 2009 Expanded filter a bit [jandot]
directory test/ Fri Jul 03 05:46:02 -0700 2009 Added test for calculating bp_position_under_mo... [jandot]
directory vendor/ Tue Jul 07 06:01:14 -0700 2009 Added vendor directory [jandot]
README.textile

pARP — Abnormal ReadPair Visualization

A tool for visualizing abnormal read pairs (i.e. too far apart, forward-forward or reverse-reverse).

One of the ways to identify structural variation in a genome is to look at mapping of a read-pair library on a reference genome. Any read-pair (i.e. the ends of the same clone) normally maps in a forward-reverse orientation at a distance from each other that corresponds to the insert size of the clone library. Structural variation between the reference genome used for mapping and the genome used to create the clone library will cause the reads to map in the wrong orientation (i.e. forward-forward or reverse-reverse; indicating an inversion) or at too large or too small a distance (indicating an insertion or deletion in the sample, respectively).

pARP basically displays raw read pair mapping data and does not make any assumptions on models as might be required when doing a statistical analysis of the same data. By showing a birds’ eye view it helps in interpreting what structural variations are present.