Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ChIA-PET_network
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LBMC
ReGArDS
ChIA-PET_network
Graph
e5cdb6e5ebff3f15174b072ecd782c5886b36606
Select Git revision
Branches
5
Ali_branch
dev
distance
master
default
protected
non-b_dev
5 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
23
Apr
23
Mar
19
2
25
Feb
22
17
9
8
5
2
1
27
Jan
25
22
21
20
19
18
15
13
12
7
5
4
17
Dec
16
27
Nov
26
25
24
23
20
19
17
16
6
29
Oct
28
27
26
25
Sep
24
17
7
Aug
4
15
Jul
10
6
3
1
30
Jun
26
25
23
19
18
17
12
10
9
10
Apr
9
6
27
Mar
26
11
10
9
6
5
4
3
src/find_interaction_cluster/clip_figures/communities_similarities.py: removing print in is_overlapping method of partition class
src/find_interaction_cluster/clip_figures/clip_analyser_fake_community.py: fix test in create_compo_figures
src/figures_utils/exons_interactions.py: fix test in get_info_from_database function
src/db_utils/projects_metadata/get_fill_metadata.py: fix import
requirements.txt: update
src/find_interaction_cluster/clip_figures/clip_compo_analyser.py: modification to create on the component (nt, dnt, aa) enrichment for each factors analysed
tests/files/exons.bed: header removed
src/download_encode_eclip/merge_eclip.py: add a parameter level in create_merged_files function to filter within genes (without first and last exons) or within exons (extended by 200 nt at each side)
src/download_encode_eclip/create_gene_bed.py: add a parameter level in create_gene_bed to choose ti create a bed containing genes without their first and last exons or a bed file containing exons (extended by 200 nt at both side) without the first and the last exons
src/download_encode_eclip/config.py: add variable output_exon
tests/files/expression.txt: add an expression test file
src/find_interaction_cluster/clip_figures/clip_compo_launcher.py: add a parameter expression_file
src/find_interaction_cluster/clip_figures/clip_compo_analyser.py: changes to be able to use an expression file to filter out unexpressed genes
src/find_interaction_cluster/clip_figures/clip_launcher_4_many_communities.py: changes in select_community_file, create_figure function and creation of load_clip_folder_param function: allow to create community figure showing enrichement for gene/exon regulated (in splicing) by a splicing factor
src/find_interaction_cluster/clip_figures/clip_analyser.py: add new functions get_ctrl_exon get_regulation_table and modification of create_table function to be able to make community figure based on exon/gene regulated in splicing by a splicing factor
src/download_encode_eclip/merge_eclip.py: modification of merge_files function to filter onily the peaks with a score of 1000 and inside a gene (first and last exons not included)"
src/download_encode_eclip/config.py: add a new variable 'output_gene'
src/download_encode_eclip/create_gene_bed.py: script to create a bed file of human geneswithout the first and the last exons
src/find_interaction_cluster/clip_figures/clip_compo_analyser.py: fix middle community analysis
src/find_interaction_cluster/clip_figures/clip_analyser_fake_community.py: script to create fake community based on the peak density of each genes
src/hic_TAD_caller/create_TAD_HiC_files/calling_tads.py: avoid merging adjacent TAD together
src/find_interaction_cluster/clip_figures/communities_similarities.py: Create the adjusted rand index heatmap of the differnts communities
src/find_interaction_cluster/clip_figures/clip_compo_analyser.py: the differents violins (enriched, imoverished) are now order in the figure with custom colors
src/find_interaction_cluster/clip_figures/clip_analyser.py: fix bedtools intersect function
src/find_interaction_cluster/clip_figures/clip_compo_analyser.py: chnages and creation of new functions
src/find_interaction_cluster/clip_figures/clip_compo_launcher.py: pep8 changes
src/find_interaction_cluster/clip_figures/clip_launcher_4_many_communities.py: chnage tiles in merge_figures function + pep8 changes
src/find_interaction_cluster/clip_figures/config.py: add arrowhead communities
src/download_encode_eclip/merge_eclip.py: modification of merge_files function to remove the heading chr in the first bed column
src/hic_TAD_caller/create_TAD_HiC_files/calling_tads.py: Add a step that merges the TADs before the liftover
src/hic_TAD_caller/create_TAD_HiC_files/calling_tads.py: change in liftover and check_n_save_bed function
src/find_interaction_cluster/clip_figures/config.py: add communities and communities_name variable
src/find_interaction_cluster/clip_figures/clip_launcher_4_many_communities.py: add pointsize argument in mantage command
src/find_interaction_cluster/tad_to_communities/config.py: Add target_gene and target_exon values
src/find_interaction_cluster/tad_to_communities/tad_to_communities.py: creation of functions targeted_tad_to_communities removing_chr and targeted_bedtools_intersect to convert custom TAD to communities
src/find_interaction_cluster/config.py: fix merge problem by re-creating function get_communities_basefile
src/hic_TAD_caller/create_TAD_HiC_files/__main__.py: creation of a function launcher with a parameter resolution
src/hic_TAD_caller/create_TAD_HiC_files/calling_tads.py: add a parameter resolution
Merge branch 'master' into dev
src/find_interaction_cluster/clip_figures/clip_launcher_4_many_communities.py: create for each clip the community figures obtained using many community files
Loading