-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop #742
Merged
Merged
Develop #742
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…r is still not working
…a second option to allow for adjusting the deviation
AggregateContacts fix
Multi restriction sequence
Interintratadratio
…ider than one bin. Issue #640
Implementing a feature to return random principal components. User re…
Hic plot matrix newfeatures
…Implemented feature improvement request #585
…angling ends led to a crash.
…--ignoringMaskedBins not in front of it. This way the matrix size is kept.
…al the default case
Albert tad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
flake8 . --exclude=.venv,.build,planemo_test_env,build --ignore=E501,F403,E402,F999,F405,E712
)py.test hicexplorer --doctest-modules
)hicTADClassifier
and a method to train own classifiershicTrainTADClassifier
. Thanks @AlbertLidel for the design and implementation.chicViewpoint
,chicSignificantInteractions
,chicAggregateStatistic
andchicDifferentialTest
use now HDF5 based files. A new export scriptchicExportData
is provided to retrieve text files from these HDF5 files.hicPlotMatrix
: TADs can be visualized with hicPlotMatrixhicAdjustMatrix
is able to remove intra- or inter-chromosomal contacts (Plot whole genome excluding intra-chromosomal (cis) contacts (i.e., show only trans contacts)? #664, How to remove inter-chromosomal interactions from matrix #704)hicValidateLocations
: An option to validate TADs and to use additional data stored incool
matriceshicPCA
: Adding a function to select which eigenvector should be used for the output (Option to generate just one eigenvector and, separately, select which one you want #669)hicConvertFormat
: Adding the function to export hicpro file format and to import2D-text
files.hicFindRestSites
: Support of multiple restriction cut sequences (Multiple enzyme hicFindRestSites support? #659)hicPlotMatrix
: Option for loop locations spanning more than one bin to define if the start, center or end should be used for plotting (hicPlotMatrix --loop with regions spanning more than one bin. #640)hicInterIntraTAD
: A new script to compute the ratio of inter and intra TAD. ($404)hicAggregateContacts
: Option to consider the strand orientation (suggestion for hicAggregate and hicAverage #633)hicAverageRegions
: Option to consider the strand orientation (suggestion for hicAggregate and hicAverage #633)hicCompareMatrices
: An option to not normalize the matrices before the computation. (hicCompareMatrices without normalization #677, No norm in hicCompareMatrices #645) Thanks @lldelislehicDifferentialTAD
: Adding rank sum statistics to the output (Add W rank sum statistic to hicDifferentialTAD outpu #728, Output Ranksum statistics #727). Thanks @dawehicPlotDistVsCounts
: Adding a function to plot the counts vs distance in TAD regions. (Plot dist vs counts #696) Thanks @lldelislehicCorrectMatrix
: A bug that lead to wrong correction factors for the KR correction forcool
files (Normalization and Correction after hic2cool #724)hicDifferentialTAD
: Solved multicore issue related to skipping data at the start and end of chromosomes (hicDifferentialTAD skips regions #725, ERROR:hicexplorer.hicDifferentialTAD:local variable 'right_boundary_index_target' referenced before assignmentTraceback #685)hicHyperoptDetectLoops
: Added an option to set if thechr
prefix should be added or removed (hicHyperoptDetectLoops adds chromosome prefix by default #723)hicPCA
: Solving an issue if the region defined by the gene track is larger the region stored in the interaction matrix (hicPCA AttributeError : 'list' object has no attribute 'real' #655, --extraTrack only using the longest transcripts #710, hicPCA error when using gene track #716, hicPCA using Gene Track #719)hicPCA
: Fixing a bug where the masking of bins was automatically applied which lead to differing matrix dimensions for the e.g. the Pearson correlation matrices (hicPCA and NaN bins #618)hicBuildMatrix
: Solving a bug if multiple restriction cut sites have the same dangling ends (Error in hicBuildMatrix when multiple restriction enzymes have the same dangling sequence #720)hicBuildMatrix
: Solving a bug that the parameter--removeSelfLigations
was always set to true. Changed parameter name to--keepSelfLigations
to keep the functionality. If the parameter is not set, the self ligations are removed.hicBuildMatrix
: If a region is specified, only the restrictionCutSite file information for that region is loaded to save memory (hicBuildMatrix - redundant memory usage #646)hicConvertFormat
: Fixing a bug to copy the genome annotation information in the case of acool
tocool
file conversion (metadata missing after .cool to .cool conversion #657)hicCorrelate
: Correcting the range of colors for the heatmap (hicCorrelate does not plot the right colormap in the correlation heatmap #585)hicCompartmentalization
: Fixed index bug (hicComparments question #635, Fix #635 #637) Thanks @LeilyRhicBuildMatrix
to be able to work with biopython versions > 1.77. Thanks @lldelisle (new biopython version incompatible with HiCExplorer #691)