# HG changeset patch # User idot # Date 1376833338 14400 # Node ID 06cd86f06fb0a39034eb718bac049d8d65c64627 Uploaded diff -r 000000000000 -r 06cd86f06fb0 corr.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/corr.xml Sun Aug 18 09:42:18 2013 -0400 @@ -0,0 +1,60 @@ + + of coverage + + mkCorr.sh + #echo ','.join(map(lambda (x): x.get('file').__str__(), $files)) + + #echo ','.join(map(lambda (x): "\""+(x.get('file').name if x.get('cname').__str__() == "" else x.get('cname').__str__())+"\"", $files)) + + #echo ','.join(map(lambda (x): x.get('file').ext, $files)) + + $plotout + + $matout + + "$name" + + + + + + + + + + + + + + + + + + +Correlate Coverage: +=================== + +Takes at least two files and calculates the correlation of the coverage. The correlation +is calculated by using the union of all the regions that are covered in the tracks. + +Requirements: +------------- + +At least two files of 6 column bed, wig(?) or bigWig format + +Outputs: +-------- +Plot of pearson clustering of correlation coefficient. +Matrix of pearson correlation coefficients. + +TODO: +----- +Add mappability track option +Add bam as input + + + + + + +