Previous changeset 8:f7d344dacfeb (2018-03-07) Next changeset 10:bfa1c014f64a (2018-04-27) |
Commit message:
planemo upload for repository https://github.com/maxplanck-ie/HiCExplorer/tree/master/galaxy/wrapper/ commit eec0a4d5a7c5ba4ec0fbd2ead8280c3d143bb9d8 |
modified:
hicCorrectMatrix.xml macros.xml test-data/compare_matrices_log2ratio.h5 test-data/compare_matrices_pearson_ratio.cool test-data/covariance_small_50kb.cool test-data/covariance_small_50kb.h5 test-data/hicCorrectMatrix_result1.npz.h5 test-data/hicMergeMatrixBins_result1.npz.h5 test-data/hicPlotDistVsCounts_result2.png test-data/hicSumMatrices_result1.npz.h5 test-data/li_viewpoint_32-33Mb.png test-data/li_viewpoint_32Mb.png test-data/obs_exp_small_50kb.cool test-data/obs_exp_small_50kb.h5 test-data/pca1.bw test-data/pearson_small_50kb.h5 test-data/pearson_small_50kb_transform.cool test-data/small_matrix_50kb_pearson_pca1_plot.svg test-data/small_test_matrix_2.h5 |
added:
static/images/hicAggregateContacts.png static/images/hicCompareMatrices_QC_log2_m50_matrix_plot (1).png static/images/hicCompareMatrices_m1bp_over_gst_log2_m50_matrix_plot (1).png static/images/hicCorrelate_Dmel_heatmap.png static/images/hicCorrelate_Dmel_scatterplot.png static/images/hicMergeMatrixBins_Xchr.png static/images/hicMergeMatrixBins_Xregion.png static/images/hicPCA.png static/images/hicPlotDistvsCounts.png static/images/hicPlotMatrix.png static/images/hicPlotTADs.png static/images/hicQC_distance.png static/images/hicQC_pairs_discarded.png static/images/hicQC_pairs_sequenced.png static/images/hicQC_read_orientation.png static/images/hicQC_unmappable_and_non_unique.png static/images/pulication_plots_viewpoint.png |
removed:
involucro macros.xml.orig test-data/multiFDR_zscore_matrix.h5 |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca hicCorrectMatrix.xml --- a/hicCorrectMatrix.xml Wed Mar 07 03:24:24 2018 -0500 +++ b/hicCorrectMatrix.xml Fri Apr 27 03:29:59 2018 -0400 |
[ |
b'@@ -1,5 +1,5 @@\n <tool id="hicexplorer_hiccorrectmatrix" name="@BINARY@" version="@WRAPPER_VERSION@.0">\n- <description>Runs Dekker\'s iterative correction over a hic matrix.</description>\n+ <description>run Imakaev\'s iterative correction over a Hi-C contact matrix.</description>\n <macros>\n <token name="@BINARY@">hicCorrectMatrix</token>\n <import>macros.xml</import>\n@@ -64,7 +64,7 @@\n <inputs>\n <expand macro=\'matrix_h5_cooler_macro\' />\n <conditional name="mode">\n- <param name="mode_selector" type="select" label="Range restriction (in bp)" argument="--range">\n+ <param name="mode_selector" type="select" label="Mode">\n <option value="diagnostic_plot">Diagnostic plot</option>\n <option value="correct">Correct matrix</option>\n </param>\n@@ -105,7 +105,7 @@\n <repeat name="chromosomes" min="0"\n title="Include chromosomes" help="List of chromosomes to be included in the iterative correction.\n The order of the given chromosomes will be kept for the resulting corrected matrix">\n- <param name="chromosome" type="text" value="" >\n+ <param name="chromosome" type="text" value="" label=\'chromosome (one per field)\'>\n <validator type="empty_field" />\n </param>\n </repeat>\n@@ -117,10 +117,10 @@\n <when input="mode.outputFormat" value="cool" format="cool" />\n </change_format>\n <filter>mode[\'mode_selector\'] == "correct"</filter>\n- \n+\n </data>\n- \n- \n+\n+\n <data name="diagnostic_plot" from_work_dir="diagnostic_plot.png" format="png">\n <filter>mode[\'mode_selector\'] == "diagnostic_plot"</filter>\n </data>\n@@ -128,16 +128,17 @@\n <tests>\n <test>\n <param name="matrix_h5_cooler" value="small_test_matrix.h5"/>\n- \n+\n <param name="mode_selector" value="correct"/>\n <repeat name="chromosomes">\n <param name="chromosome" value="chrUextra"/>\n </repeat>\n <repeat name="chromosomes">\n <param name="chromosome" value="chr3LHet"/>\n- </repeat> \n+ </repeat>\n <param name=\'outputFormat\' value=\'h5\'/>\n-\n+ <param name=\'filterThreshold_low\' value=\'-2.0\' />\n+ <param name=\'filterThreshold_large\' value=\'4\' />\n <output name="outFileName" file="hicCorrectMatrix_result1.npz.h5" ftype="h5" compare="sim_size"/>\n </test>\n <test>\n@@ -148,79 +149,82 @@\n </repeat>\n <repeat name="chromosomes">\n <param name="chromosome" value="chr3LHet"/>\n- </repeat> \n+ </repeat>\n <output name="diagnostic_plot" file="diagnostic_plot.png" ftype="png" compare="sim_size"/>\n </test>\n </tests>\n <help><![CDATA[\n \n-Matrix correction\n-==================\n+Hi-C contact matrix correction\n+==============================\n \n-``hicCorrectMatrix`` runs Dekker\'s iterative correction over a Hi-C matrix (`Imakaev 2012`_.). For correcting the matrix, \n-it is important to remove the unassembled scaffolds (e.g. `NT_`), mitochondrial DNA and Y chromosome and keep only \n-chromosomes, as scaffolds create problems with matrix correction. Therefore \n-we use the chromosome names (1-19, X, Y) here. \n- \n+**hicCorrectMatrix** runs Imakaev\'s iterative correction, described in `Imakaev et al. (2012)`_, over a Hi-C matrix. For the matrix correction to be efficient,\n+it is important to remove the unassembled scaffolds (e.g. `NT_`), mitochondrial DNA and Y chromosome and keep only full length\n+chromosomes, as scaffolds create problems with matrix correction. Therefore we use the chromosome names (1-19, X, Y) here.\n+\n **Important**: Use \xe2\x80\x98chr1 chr2 chr3 etc.\xe2\x80\x99 if your genome index uses chromosome names with the \xe2\x80\x98chr\xe2\x80\x99 prefix.\n \n-Matrix correction works in tw'..b'py number variations.\n+\n+To aid in the identification of bins with low and high read coverage, the ``diagnostic plot`` function of **hicCorrectMatrix** must be used.\n+\n+Indeed, **hicCorrectMatrix** works in two steps:\n \n-Input\n+ - **Diagnostic plot**: First a histogram containing the sum of contact per bin (row sum) is produced. This plot needs to be inspected to decide the best threshold for removing bins with lower number of reads.\n+\n+ - **Correct**: The second step removes the bins outside of the defined thresholds and perfroms the iterative correction.\n+\n+_________________\n+\n+Usage\n -----\n \n-\n-Diagnostic plot\n-~~~~~~~~~~~~~~~~\n-Plots a histogram of the coverage per bin together with the\n-modified z-score based on the median absolute deviation\n-method.\n-\n-See Boris Iglewicz and David Hoaglin 1993, Volume 16: \n-How to Detect and Handle Outliers The ASQC Basic References in Quality Control: Statistical Techniques,\n-Edward F. Mykytka, Ph.D., Editor.\n-\n-Parameters\n-__________\n-- the contact matrix\n-- Max value for the x-axis in counts per bin\n-- include chromosomes\n+This tool must be used on uncorrected matrices at restriction enzyme resolution or with merged bins (``hicMergeMatrixBins``).\n \n-\n-Correct\n-~~~~~~~\n-\n-Run the iterative correction. \n-\n-Parameters\n-__________\n-- number of iterations\n-- inflation cutoff\n-- trans region cutoff\n-- sequenced count cutoff\n-- skip diagonal counts\n-- normalize each chromosome separately\n-- remove bins of low coverage\n-- remove bins of large coverage\n-- include chromosomes\n+_________________\n \n Output\n ------\n \n- Diagnostic plot:\n+Diagnostic plot\n+_______________\n+\n+The diagnostic plot consists of a bar plot of the contacts coverage per bins size together with the\n+modified z-score based on the Median Absolute Deviation (MAD) method.\n+\n+See Boris Iglewicz and David Hoaglin 1993, Volume 16:\n+How to Detect and Handle Outliers The ASQC Basic References in Quality Control: Statistical Techniques,\n+Edward F. Mykytka, Ph.D., Editor.\n+\n+Using this diagnostic plot, a user can decide if values\n+with a too low (and/or too high) number of contacts in respect to their genomic distance should\n+be removed from the data before the correction applies.\n \n- .. image:: $PATH_TO_IMAGES/diagnostic_plot.png\n- :width: 70%\n- \n- Correct:\n- - the corrected contact matrix\n+Moreover, the shown distribution should be a Gaussian bell. If it doesn\xe2\x80\x99t follow a Gaussian distribution\n+this is an indicator that the used data is of bad quality or that the used contact matrix\n+is maybe not the one that should be used. It can happen that users select for example a merge\n+matrix with a lower resolution that was previously needed for plotting. In such cases the\n+diagnostic plot helps to detect this and prevent the user from running the analysis on a wrong dataset.\n+\n+\n+.. image:: $PATH_TO_IMAGES/diagnostic_plot.png\n+ :width: 50%\n+\n+On the example plot above, a user can then use the lower threshold defined by the MAD method (black bold bar), or define its own threshold based on the contacts distribution.\n+\n+Correct\n+_______\n+\n+Run the iterative correction and outputs the corrected matrix. This matrix can then be used with all downstream analysis tools such as ``hicPlotMatrix``, ``hicPlotTADs``, ``hicPlotViewpoint``, ``hicAggregateContacts`` for **visualization of Hi-C data**, ``hicCorrelate``, ``hicPlotDistVsCounts``, ``hicTransform``, ``hicFindTADs``, ``hicPCA`` **for data and scores computation on Hi-C data**.\n+\n+It is noteworthy that ``hicSumMatrices`` and ``hicMergeMatrixBins`` **must be performed on uncorrected matrices**.\n+\n+_________________\n \n | For more information about HiCExplorer please consider our documentation on readthedocs.io_\n \n .. _readthedocs.io: http://hicexplorer.readthedocs.io/en/latest/index.html\n-\n-.. _`Imakaev 2012`: http://doi.org/doi:10.1038/nmeth.2148\n+.. _`Imakaev et al. (2012)`: http://doi.org/doi:10.1038/nmeth.2148\n ]]></help>\n <expand macro="citations" />\n </tool>\n-\n' |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca involucro |
b |
Binary file involucro has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca macros.xml --- a/macros.xml Wed Mar 07 03:24:24 2018 -0500 +++ b/macros.xml Fri Apr 27 03:29:59 2018 -0400 |
b |
@@ -1,7 +1,6 @@ <macros> <token name="@THREADS@">\${GALAXY_SLOTS:-4}</token> - <token name="@WRAPPER_VERSION@">2.1</token> - + <token name="@WRAPPER_VERSION@">2.1.2</token> <token name="@USE_RANGE@"> #if $use_range.select_use_range == "yes_use_range": --range $range_min:$range_max @@ -28,7 +27,7 @@ </xml> <xml name="use_range"> <conditional name="use_range"> <!-- argparse specifies one argument of type min_range:max_range --> - <param name="select_use_range" type="select" label="Range restriction (in bp)" argument="--range"> + <param name="select_use_range" type="select" label="Range restriction (in bp)" argument="--range" help="If given, only counts within the specified range are considered."> <option value="no_use_range">No restriction</option> <option value="yes_use_range">Only consider counts within a range</option> </param> @@ -40,8 +39,8 @@ </xml> <xml name="range"> - <param name="range_min" type="integer" value="" min="0"/> - <param name="range_max" type="integer" value="" min="0"/> + <param name='range_min' label="Minimum range to consider interactions" type="integer" value="" min="0" help="The minimum range should be farer from the diagonal than median TAD size in order to reduce background interactions."/> + <param name='range_max' label="Maximum range to consider interactions" type="integer" value="" min="0"/> </xml> <xml name="colormap"> @@ -189,9 +188,9 @@ <xml name="multiple_input_matrices"> - <repeat name="input_files" title="HiC Matrix files" min="2"> + <repeat name="input_files" title="Hi-C Matrix files" min="2"> <param name="matrix" type="data" format="h5,cool" - label="HiC Matrix file" + label="Hi-C Matrix file" help=""/> <param name="mlabel" type="text" size="30" optional="true" value="" label="Label" |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca macros.xml.orig --- a/macros.xml.orig Wed Mar 07 03:24:24 2018 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 |
[ |
b'@@ -1,585 +0,0 @@\n-<macros>\n- <token name="@THREADS@">\\${GALAXY_SLOTS:-4}</token>\n-<<<<<<< HEAD\n- <token name="@WRAPPER_VERSION@">2.0</token>\n-\n- <token name="@USE_RANGE@">\n- #if $use_range.select_use_range == "yes_use_range":\n- --range $range_min:$range_max\n- #end if\n- </token>\n-\n-=======\n- <token name="@WRAPPER_VERSION@">2.1alpha1</token>\n->>>>>>> joachimwolff-master\n- <xml name="requirements">\n- <requirements>\n- <requirement type="package" version="@WRAPPER_VERSION@">hicexplorer</requirement>\n- <yield />\n- </requirements>\n- <version_command>@BINARY@ --version</version_command>\n- </xml>\n-\n- <xml name="citations">\n- <citations>\n- <citation type="doi">10.5281/zenodo.1133705</citation>\n- <yield />\n- </citations>\n- </xml>\n-\n- <xml name="zMax">\n- <param argument="--zMax" name="zMax" type="float" optional="true" label="zMax for 3D plot"/> <!-- this should only be enabled when both or 3d is selected for param whatToShow -->\n- </xml>\n- <xml name="use_range">\n- <conditional name="use_range"> <!-- argparse specifies one argument of type min_range:max_range -->\n- <param name="select_use_range" type="select" label="Range restriction (in bp)" argument="--range">\n- <option value="no_use_range">No restriction</option>\n- <option value="yes_use_range">Only consider counts within a range</option>\n- </param>\n- <when value="no_use_range"/>\n- <when value="yes_use_range">\n- <param name="range_min" type="integer" value="" min="0"/>\n- <param name="range_max" type="integer" value="" min="0"/>\n- </when>\n- </conditional>\n- </xml>\n- <xml name="colormap">\n- <param argument="--colorMap" name="colormap" type="select" optional="True" label="Color map to use for the heatmap" help=" Available color map names can be found here: https://matplotlib.org/examples/color/colormaps_reference.html">\n- <option value="RdYlBu">RdYlBu</option>\n- <option value="Accent">Accent</option>\n- <option value="Spectral">Spectral</option>\n- <option value="Set1">Set1</option>\n- <option value="Set2">Set2</option>\n- <option value="Set3">Set3</option>\n- <option value="Dark2">Dark2</option>\n- <option value="Reds">Reds</option>\n- <option value="Oranges">Oranges</option>\n- <option value="Greens">Greens</option>\n- <option value="Blues">Blues</option>\n- <option value="Greys">Greys</option>\n- <option value="Purples">Purples</option>\n- <option value="Paired">Paired</option>\n- <option value="Pastel1">Pastel1</option>\n- <option value="Pastel2">Pastel2</option>\n- <option value="spring">spring</option>\n- <option value="summer">summer</option>\n- <option value="autumn">autumn</option>\n- <option value="winter">winter</option>\n- <option value="hot">hot</option>\n- <option value="coolwarm">coolwarm</option>\n- <option value="cool">cool</option>\n- <option value="seismic">seismic</option>\n- <option value="terrain">terrain</option>\n- <option value="ocean">ocean</option>\n- <option value="rainbow">rainbow</option>\n- <option value="bone">bone</option>\n- <option value="flag">flag</option>\n- <option value="prism">prism</option>\n- <option value="cubehelix">cubehelix</option>\n- <option value="binary">binary</option>\n- <option value="pink">pink</option>\n- <option value="gray">gray</option>\n- <option value="copper">copper</option>\n- <option value="BrBG">BrBG</option>\n- <option value="BuGn">BuGn</option>\n- <option value="'..b'/>\n- <when value="yes">\n- <yield />\n- <param name="saveData" type="boolean" label="Save the data underlying the average profile"/>\n- <param name="saveSortedRegions" type="boolean" label="Save the regions after skipping zeros or min/max threshold values" help="The order of the regions in the file follows the sorting order selected. This is useful, for example, to generate other heatmaps keeping the sorting of the first heatmap."/>\n- </when>\n- </conditional>\n- </xml>\n-\n- <xml name="input_image_file_format">\n- <param name="outFileFormat" type="select" label="Image file format">\n- <option value="png" selected="true">png</option>\n- <option value="pdf">pdf</option>\n- <option value="svg">svg</option>\n- <option value="eps">eps</option>\n- <option value="emf">emf</option>\n- </param>\n- </xml>\n-\n- <xml name="output_image_file_format">\n- <data format="png" name="outFileName" label="${tool.name} image">\n- <change_format>\n- <when input="output.outFileFormat" value="pdf" format="pdf" />\n- <when input="output.outFileFormat" value="svg" format="svg" />\n- <when input="output.outFileFormat" value="eps" format="eps" />\n- <when input="output.outFileFormat" value="emf" format="emf" />\n- </change_format>\n- </data>\n- </xml>\n-\n- <xml name="output_save_matrix_values">\n- <data format="tabular" name="outFileNameMatrix" label="${tool.name} on ${on_string}: Heatmap values">\n- <filter>\n- ((\n- output[\'showOutputSettings\'] == \'yes\' and\n- output[\'saveMatrix\'] is True\n- ))\n- </filter>\n- </data>\n- </xml>\n-\n- <xml name="output_graphic_outputs">\n- <data format="tabular" name="outFileNameData" label="${tool.name} on ${on_string}: averages per matrix column">\n- <filter>\n- ((\n- output[\'showOutputSettings\'] == \'yes\' and\n- output[\'saveData\'] is True\n- ))\n- </filter>\n- </data>\n- <data format="bed" name="outFileSortedRegions" label="${tool.name} on ${on_string}: sorted/filtered regions">\n- <filter>\n- ((\n- output[\'showOutputSettings\'] == \'yes\' and\n- output[\'saveSortedRegions\'] is True\n- ))\n- </filter>\n- </data>\n- </xml>\n-\n- <xml name="track_input_h5_macro">\n- <param name="track_input_h5" type="data" format="h5, cool" label="Track file h5 or cool format"/>\n- </xml>\n- <xml name="track_input_bed_macro">\n- <param name="track_input_bed" type="data" format="bed" label="Track file bed format"/>\n- </xml>\n- <xml name="track_input_bedgraph_macro">\n- <param name="track_input_bedgraph" type="data" format="bedgraph" label="Track file bedgraph format"/>\n- </xml>\n- <xml name="track_input_bigwig_macro">\n- <param name="track_input_bigwig" type="data" format="bigwig" label="Track file bigwig format"/>\n- </xml>\n- <xml name="track_input_bedgraph_matrix_macro">\n- <param name="track_input_bedgraph_matrix" type="data" format="bedgraph" label="Track file bigwig format"/>\n- </xml>\n- <xml name="track_input_tabular_macro">\n- <param name="track_input_tabular" type="data" format="tabular" label="Track file tabular format"/>\n- </xml>\n- <xml name="plot_title">\n- <param name="title" type="text" optional="true" label="Plot title"/>\n- </xml>\n-\n- <xml name="spacer_macro">\n- <param name="spacer_width" type="float" value="" optional="True"\n- label="Include spacer at the end of the track." help="Width of the spacer." />\n- </xml>\n- <xml name="fontsize_macro">\n- <param name="fontsize" type="integer" value="" optional="True" label="Fontsize" />\n- </xml>\n-</macros>\n' |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca static/images/hicAggregateContacts.png |
b |
Binary file static/images/hicAggregateContacts.png has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca static/images/hicCompareMatrices_QC_log2_m50_matrix_plot (1).png |
b |
Binary file static/images/hicCompareMatrices_QC_log2_m50_matrix_plot (1).png has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca static/images/hicCompareMatrices_m1bp_over_gst_log2_m50_matrix_plot (1).png |
b |
Binary file static/images/hicCompareMatrices_m1bp_over_gst_log2_m50_matrix_plot (1).png has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca static/images/hicCorrelate_Dmel_heatmap.png |
b |
Binary file static/images/hicCorrelate_Dmel_heatmap.png has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca static/images/hicCorrelate_Dmel_scatterplot.png |
b |
Binary file static/images/hicCorrelate_Dmel_scatterplot.png has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca static/images/hicMergeMatrixBins_Xchr.png |
b |
Binary file static/images/hicMergeMatrixBins_Xchr.png has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca static/images/hicMergeMatrixBins_Xregion.png |
b |
Binary file static/images/hicMergeMatrixBins_Xregion.png has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca static/images/hicPCA.png |
b |
Binary file static/images/hicPCA.png has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca static/images/hicPlotDistvsCounts.png |
b |
Binary file static/images/hicPlotDistvsCounts.png has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca static/images/hicPlotMatrix.png |
b |
Binary file static/images/hicPlotMatrix.png has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca static/images/hicPlotTADs.png |
b |
Binary file static/images/hicPlotTADs.png has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca static/images/hicQC_distance.png |
b |
Binary file static/images/hicQC_distance.png has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca static/images/hicQC_pairs_discarded.png |
b |
Binary file static/images/hicQC_pairs_discarded.png has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca static/images/hicQC_pairs_sequenced.png |
b |
Binary file static/images/hicQC_pairs_sequenced.png has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca static/images/hicQC_read_orientation.png |
b |
Binary file static/images/hicQC_read_orientation.png has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca static/images/hicQC_unmappable_and_non_unique.png |
b |
Binary file static/images/hicQC_unmappable_and_non_unique.png has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca static/images/pulication_plots_viewpoint.png |
b |
Binary file static/images/pulication_plots_viewpoint.png has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca test-data/compare_matrices_log2ratio.h5 |
b |
Binary file test-data/compare_matrices_log2ratio.h5 has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca test-data/compare_matrices_pearson_ratio.cool |
b |
Binary file test-data/compare_matrices_pearson_ratio.cool has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca test-data/covariance_small_50kb.cool |
b |
Binary file test-data/covariance_small_50kb.cool has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca test-data/covariance_small_50kb.h5 |
b |
Binary file test-data/covariance_small_50kb.h5 has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca test-data/hicCorrectMatrix_result1.npz.h5 |
b |
Binary file test-data/hicCorrectMatrix_result1.npz.h5 has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca test-data/hicMergeMatrixBins_result1.npz.h5 |
b |
Binary file test-data/hicMergeMatrixBins_result1.npz.h5 has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca test-data/hicPlotDistVsCounts_result2.png |
b |
Binary file test-data/hicPlotDistVsCounts_result2.png has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca test-data/hicSumMatrices_result1.npz.h5 |
b |
Binary file test-data/hicSumMatrices_result1.npz.h5 has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca test-data/li_viewpoint_32-33Mb.png |
b |
Binary file test-data/li_viewpoint_32-33Mb.png has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca test-data/li_viewpoint_32Mb.png |
b |
Binary file test-data/li_viewpoint_32Mb.png has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca test-data/multiFDR_zscore_matrix.h5 |
b |
Binary file test-data/multiFDR_zscore_matrix.h5 has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca test-data/obs_exp_small_50kb.cool |
b |
Binary file test-data/obs_exp_small_50kb.cool has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca test-data/obs_exp_small_50kb.h5 |
b |
Binary file test-data/obs_exp_small_50kb.h5 has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca test-data/pca1.bw |
b |
Binary file test-data/pca1.bw has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca test-data/pearson_small_50kb.h5 |
b |
Binary file test-data/pearson_small_50kb.h5 has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca test-data/pearson_small_50kb_transform.cool |
b |
Binary file test-data/pearson_small_50kb_transform.cool has changed |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca test-data/small_matrix_50kb_pearson_pca1_plot.svg --- a/test-data/small_matrix_50kb_pearson_pca1_plot.svg Wed Mar 07 03:24:24 2018 -0500 +++ b/test-data/small_matrix_50kb_pearson_pca1_plot.svg Fri Apr 27 03:29:59 2018 -0400 |
b |
b'@@ -19,25 +19,25 @@\n </g>\n <g id="axes_1">\n <g id="patch_2">\n- <path d="M 78.425 350.781389 \n-L 380.762475 350.781389 \n-L 380.762475 65.420504 \n-L 78.425 65.420504 \n+ <path d="M 78.675 350.879598 \n+L 380.736238 350.879598 \n+L 380.736238 65.685669 \n+L 78.675 65.685669 \n z\n " style="fill:#ffffff;"/>\n </g>\n- <image height="286" id="imageb6ecaf4aee" transform="scale(1 -1)translate(0 -286)" width="303" x="78" xlink:href="data:image/png;base64,\n-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'..b't="285.360885" width="22.756584" x="380.762475" y="490.557941"/>\n+ <clipPath id="pd107e286ab">\n+ <rect height="285.193929" width="22.735792" x="380.736238" y="490.793643"/>\n </clipPath>\n- <clipPath id="pb716d09da1">\n- <rect height="50.357803" width="302.337475" x="519.569059" y="792.70476"/>\n+ <clipPath id="p025383b557">\n+ <rect height="50.32834" width="302.061238" x="519.77203" y="792.763686"/>\n </clipPath>\n- <clipPath id="p1e15a2165e">\n- <rect height="285.360885" width="22.756584" x="821.906535" y="490.557941"/>\n+ <clipPath id="pd201f777f0">\n+ <rect height="285.193929" width="22.735792" x="821.833267" y="490.793643"/>\n </clipPath>\n- <clipPath id="pe12add889c">\n- <rect height="50.357803" width="302.337475" x="960.713119" y="792.70476"/>\n+ <clipPath id="p13f278769d">\n+ <rect height="50.32834" width="302.061238" x="960.869059" y="792.763686"/>\n </clipPath>\n- <clipPath id="p0ff7293b63">\n- <rect height="285.360885" width="22.756584" x="1263.050594" y="490.557941"/>\n+ <clipPath id="paed07b8b64">\n+ <rect height="285.193929" width="22.735792" x="1262.930297" y="490.793643"/>\n </clipPath>\n- <clipPath id="p7c7dcb07c1">\n- <rect height="50.357803" width="302.337475" x="1401.857178" y="792.70476"/>\n+ <clipPath id="p2945dd303d">\n+ <rect height="50.32834" width="302.061238" x="1401.966089" y="792.763686"/>\n </clipPath>\n- <clipPath id="pb3c3abb07e">\n- <rect height="285.360885" width="22.756584" x="1704.194653" y="490.557941"/>\n+ <clipPath id="p5858241236">\n+ <rect height="285.193929" width="22.735792" x="1704.027327" y="490.793643"/>\n </clipPath>\n- <clipPath id="p0a9c2d9b03">\n- <rect height="50.357803" width="302.337475" x="1843.001238" y="792.70476"/>\n+ <clipPath id="pf594cbfe73">\n+ <rect height="50.32834" width="302.061238" x="1843.063119" y="792.763686"/>\n </clipPath>\n- <clipPath id="p28ff501d1c">\n- <rect height="285.360885" width="22.756584" x="2145.338713" y="490.557941"/>\n+ <clipPath id="pde056838b0">\n+ <rect height="285.193929" width="22.735792" x="2145.124356" y="490.793643"/>\n </clipPath>\n- <clipPath id="pc4bad087e8">\n- <rect height="50.357803" width="302.337475" x="78.425" y="1217.842197"/>\n+ <clipPath id="pcc50abdd06">\n+ <rect height="50.32834" width="302.061238" x="78.675" y="1217.87166"/>\n </clipPath>\n- <clipPath id="p55edf7d7cd">\n- <rect height="285.360885" width="22.756584" x="380.762475" y="915.695378"/>\n+ <clipPath id="pfe6ac93df6">\n+ <rect height="285.193929" width="22.735792" x="380.736238" y="915.901617"/>\n </clipPath>\n- <clipPath id="p21774952d4">\n- <rect height="50.357803" width="302.337475" x="519.569059" y="1217.842197"/>\n+ <clipPath id="p0bf0a812e1">\n+ <rect height="50.32834" width="302.061238" x="519.77203" y="1217.87166"/>\n </clipPath>\n- <clipPath id="pa5f3b38b09">\n- <rect height="285.360885" width="22.756584" x="821.906535" y="915.695378"/>\n+ <clipPath id="pe0ef4ebfca">\n+ <rect height="285.193929" width="22.735792" x="821.833267" y="915.901617"/>\n </clipPath>\n- <clipPath id="pe27500d3a6">\n- <rect height="50.357803" width="302.337475" x="960.713119" y="1217.842197"/>\n+ <clipPath id="pcde1675e15">\n+ <rect height="50.32834" width="302.061238" x="960.869059" y="1217.87166"/>\n </clipPath>\n- <clipPath id="p2894034f0b">\n- <rect height="285.360885" width="22.756584" x="1263.050594" y="915.695378"/>\n+ <clipPath id="p2f9c876988">\n+ <rect height="285.193929" width="22.735792" x="1262.930297" y="915.901617"/>\n </clipPath>\n- <clipPath id="p7882d2f5e8">\n- <rect height="50.357803" width="302.337475" x="1843.001238" y="1217.842197"/>\n+ <clipPath id="p8668790cea">\n+ <rect height="50.32834" width="302.061238" x="1843.063119" y="1217.87166"/>\n </clipPath>\n- <clipPath id="pf64684458c">\n- <rect height="285.360885" width="22.756584" x="2145.338713" y="915.695378"/>\n+ <clipPath id="pcd3e84e8a0">\n+ <rect height="285.193929" width="22.735792" x="2145.124356" y="915.901617"/>\n </clipPath>\n </defs>\n </svg>\n' |
b |
diff -r f7d344dacfeb -r ac80bd0a96ca test-data/small_test_matrix_2.h5 |
b |
Binary file test-data/small_test_matrix_2.h5 has changed |