Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
83 commits
Select commit Hold shift + click to select a range
aeb154f
add sashimiBigWig
Zepeng-Mu Oct 9, 2020
3729b19
add note
Zepeng-Mu Oct 10, 2020
62fa792
add line_width
Zepeng-Mu Nov 1, 2020
812a5ae
add scale_line_width
Zepeng-Mu Nov 3, 2020
582ae1f
Merge branch 'master' of https://github.com/Zepeng-Mu/pyGenomeTracks
Zepeng-Mu Nov 3, 2020
40b0720
change readme
Zepeng-Mu Jan 26, 2021
1a2b0f1
Merge remote-tracking branch 'upstream/master'
Zepeng-Mu Jan 26, 2021
f9b55be
add example
Zepeng-Mu Feb 11, 2021
38995d8
add plot
Zepeng-Mu Feb 11, 2021
ff38f3c
change typo
Zepeng-Mu Feb 11, 2021
2d13d09
add show_number
Zepeng-Mu Aug 20, 2021
0c19299
change typo
Zepeng-Mu Aug 20, 2021
613a6bd
add support for log operation
Zepeng-Mu Jul 7, 2022
80f4cf9
update README
Zepeng-Mu Jul 7, 2022
97cd7cc
fix typo
Zepeng-Mu Jul 7, 2022
b94ee4e
fix typo
Zepeng-Mu Nov 18, 2022
cfcb2b7
Merge remote-tracking branch 'upstream/master' into pgt3.7
Zepeng-Mu Nov 18, 2022
50de446
pgt3.7 compatible
Zepeng-Mu Nov 19, 2022
b6adee3
update
Zepeng-Mu Nov 19, 2022
457ee27
add new example
Zepeng-Mu Jul 6, 2023
35366c7
Merge commit '457ee278dc44101f3b8a2e13d01f11ffee3533b1'
Zepeng-Mu Jul 6, 2023
1448c8e
change readme
Zepeng-Mu Jul 6, 2023
89c9ee7
auto height for links
Zepeng-Mu Jul 20, 2023
c41137d
Merge remote-tracking branch 'upstream/master'
Zepeng-Mu Jul 21, 2023
706f129
small changes
Zepeng-Mu Aug 2, 2023
3bb01f7
smarter link width and height
Zepeng-Mu Aug 3, 2023
aa2ea50
specific python version
Zepeng-Mu Aug 6, 2023
6ecc75b
Merge branch 'master' of https://github.com/deeptools/pyGenomeTracks
Zepeng-Mu Dec 20, 2024
958d82c
change example
Zepeng-Mu Jan 1, 2025
5e02adb
remove gtf file
Zepeng-Mu Jan 1, 2025
56cd229
update docs
Zepeng-Mu Jan 2, 2025
d2cbd77
change line width scale, update example
Zepeng-Mu Jan 2, 2025
6058d63
prepare PR
Zepeng-Mu Jan 2, 2025
6e64498
add sashimiBigWig
Zepeng-Mu Oct 9, 2020
0a4046a
add line_width
Zepeng-Mu Nov 1, 2020
29d06a2
add scale_line_width
Zepeng-Mu Nov 3, 2020
8236a6e
add note
Zepeng-Mu Oct 10, 2020
3553e3c
add plot
Zepeng-Mu Feb 11, 2021
c118314
rebase
Zepeng-Mu Feb 11, 2021
4e39126
add show_number
Zepeng-Mu Aug 20, 2021
b71454d
change typo
Zepeng-Mu Aug 20, 2021
afdcf1b
add support for log operation
Zepeng-Mu Jul 7, 2022
8153212
fix typo
Zepeng-Mu Nov 18, 2022
a29edca
pgt3.7 compatible
Zepeng-Mu Nov 19, 2022
6c4d485
update
Zepeng-Mu Nov 19, 2022
a14bd51
add new example
Zepeng-Mu Jul 6, 2023
8eeaeed
change readme
Zepeng-Mu Jul 6, 2023
63c05ca
auto height for links
Zepeng-Mu Jul 20, 2023
fd6e29c
small changes
Zepeng-Mu Aug 2, 2023
1edf293
smarter link width and height
Zepeng-Mu Aug 3, 2023
f82adc7
specific python version
Zepeng-Mu Aug 6, 2023
b63d154
change example
Zepeng-Mu Jan 1, 2025
296d436
remove gtf file
Zepeng-Mu Jan 1, 2025
0413612
update docs
Zepeng-Mu Jan 2, 2025
41c87ab
change line width scale, update example
Zepeng-Mu Jan 2, 2025
3d15201
prepare PR
Zepeng-Mu Jan 2, 2025
25a1368
merge README
Zepeng-Mu Jan 2, 2025
ea8f2cb
address comments
Zepeng-Mu Nov 23, 2025
243612c
Merge branch 'forPR' of https://github.com/Zepeng-Mu/pyGenomeTracks i…
Zepeng-Mu Nov 23, 2025
cc6dd79
update example
Zepeng-Mu Nov 23, 2025
d5fbc59
remove setup.py
lldelisle Aug 27, 2026
72cf45b
Restore the README
lldelisle Aug 27, 2026
ae7064f
refactor tracks to avoid duplicated code + change Sashimi to look lik…
lldelisle Aug 27, 2026
3e650a6
increase margin below links
lldelisle Aug 27, 2026
2668d02
add forgotten link_alpha
lldelisle Aug 27, 2026
4b8cab6
forgotten np.array
lldelisle Aug 27, 2026
7d170e9
fix y axis working with transform and inverted axis
lldelisle Aug 27, 2026
e833cc5
remove unused method
lldelisle Aug 27, 2026
279588e
add test
lldelisle Aug 27, 2026
1bd9951
put the example in the examples folder
lldelisle Aug 27, 2026
49af655
fix bug in link colormap
lldelisle Aug 27, 2026
16ec425
improve help for the height of the curve and the width
lldelisle Aug 27, 2026
e97a7f4
generate the doc
lldelisle Aug 27, 2026
69671c5
remove unused method
lldelisle Aug 27, 2026
4756b64
reuse GenomeTracks.plot_y_axis
lldelisle Aug 27, 2026
b3f7661
use min_value=0 when adapted
lldelisle Aug 27, 2026
62651ea
lint
lldelisle Aug 27, 2026
41eecd9
Merge remote-tracking branch 'upstream/master' into sashimi_reb
lldelisle Aug 27, 2026
ec049a4
Merge branch 'develop' of github.com:deeptools/pyGenomeTracks into sa…
lldelisle Aug 28, 2026
12fc7a2
run isort and rerun plots with new matplotlib
lldelisle Aug 28, 2026
fea14d7
increase sashimi coverage
lldelisle Aug 28, 2026
57a5e0d
adjust tolerance
lldelisle Aug 28, 2026
40804e2
remove a forgotten print
lldelisle Sep 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
163 changes: 87 additions & 76 deletions docs/content/all_default_properties.csv
Original file line number Diff line number Diff line change
@@ -1,76 +1,87 @@
parameter,x_axis,epilogos,links,domains,bed,gtf,narrow_peak,bigwig,bedgraph,bedgraph_matrix,hlines,hic_matrix,hic_matrix_square,maf,scalebar,vlines,vhighlight
overlay_previous,no,no,no,no,no,no,no,no,no,no,no,no,no,no,no,,
where,bottom,,,,,,,,,,,,,,left,,
fontsize,15,,,,12,12,,,,,,,,,12,,
categories_file,,not set,,,,,,,,,,,,,,,
orientation,,not set,not set,not set,not set,not set,not set,not set,not set,not set,not set,not set,not set,not set,,,
links_type,,,arcs,,,,,,,,,,,,,,
line_width,,,not set,0.5,0.5,0.5,1,,,,0.5,,,0.5,0.5,0.5,0.5
line_style,,,solid,,,,,,,,solid,,,,,dashed,
color,,,blue,#1f78b4,#1f78b4,#1f78b4,#FF000080,#33a02c,#a6cee3,,black,,,,black,black,yellow
alpha,,,0.8,,,,,1,1,,1,,,,1,0.7,0.5
max_value,,,not set,not set,not set,,not set,not set,not set,not set,not set,not set,not set,,,,
min_value,,,not set,not set,not set,,,not set,not set,not set,not set,not set,not set,,,,
ylim,,,not set,,,,,,,,,,,,,,
compact_arcs_level,,,0,,,,,,,,,,,,,,
use_middle,,,false,,,,,,false,,,,,,,,
region2,,,not set,,,,,,,,,,not set,,,,
border_color,,,,black,black,black,,,,,,,,,,,none
prefered_name,,,,transcript_name,transcript_name,transcript_name,,,,,,,,,,,
merge_transcripts,,,,false,false,false,,,,,,,,,,,
labels,,,,,true,true,,,,,,,,,,,
style,,,,,flybase,flybase,,,,,,,,,,,
display,,,,,stacked,stacked,,,,,,,,,,,
max_labels,,,,,60,60,,,,,,,,,,,
merge_overlapping_exons,,,,,false,false,,,,,,,,,,,
global_max_row,,,,,false,false,,,,,,,,,,,
gene_rows,,,,,not set,not set,,,,,,,,,,,
arrow_interval,,,,,2,2,,,,,,,,,,,
arrowhead_included,,,,,false,false,,,,,,,,,,,
arrowhead_fraction,,,,,0.004,0.004,,,,,,,,,,,
color_utr,,,,,grey,grey,,,,,,,,,,,
color_backbone,,,,,black,black,,,,,,,,,,,
height_utr,,,,,1,1,,,,,,,,,,,
arrow_length,,,,,not set,not set,,,,,,,,,,,
height_intron,,,,,0.5,0.5,,,,,,,,,,,
all_labels_inside,,,,,false,false,,,,,,,,,,,
labels_in_margin,,,,,false,false,,,,,,,,,,,
fontstyle,,,,,normal,normal,,,,,,,,,,,
color_arrow,,,,,black,black,,,,,,,,,,,
show_data_range,,,,,,,true,true,true,true,true,,,,,,
show_labels,,,,,,,true,,,,,,,,,,
use_summit,,,,,,,true,,,,,,,,,,
width_adjust,,,,,,,1.5,,,,,,,,,,
type,,,,,,,peak,fill,fill,matrix,,,,,,,
negative_color,,,,,,,,not set,not set,,,,,,,,
nans_to_zeros,,,,,,,,false,false,,,,,,,,
summary_method,,,,,,,,mean,not set,,,,,,,,
number_of_bins,,,,,,,,700,700,,,,,,,,
transform,,,,,,,,no,no,,,no,no,,,,
log_pseudocount,,,,,,,,0,0,,,,,,,,
y_axis_values,,,,,,,,transformed,transformed,,,,,,,,
second_file*,,,,,,,,not set,not set,,,,,,,,
operation*,,,,,,,,file,file,,,,,,,,
grid,,,,,,,,false,false,,,,,,,,
rasterize,,,,,,,,,false,true,,true,true,false,,,
pos_score_in_bin,,,,,,,,,,center,,,,,,,
plot_horizontal_lines,,,,,,,,,,false,,,,,,,
colormap,,,,,,,,,,viridis,,RdYlBu_r,RdYlBu_r,,,,
individual_color,,,,,,,,,,grey,,,,,,,
summary_color,,,,,,,,,,#1f77b4,,,,,,,
depth,,,,,,,,,,,,100000,,,,,
show_masked_bins,,,,,,,,,,,,false,false,,,,
scale_factor,,,,,,,,,,,,1,1,,,,
file_index,,,,,,,,,,,,,,not set,,,
color_identical,,,,,,,,,,,,,,black,,,
color_mismatch,,,,,,,,,,,,,,grey,,,
color_gap,,,,,,,,,,,,,,lightgrey,,,
species_order,,,,,,,,,,,,,,not set,,,
species_labels,,,,,,,,,,,,,,not set,,,
species_order_only,,,,,,,,,,,,,,false,,,
display_ref_seq,,,,,,,,,,,,,,false,,,
x_center,,,,,,,,,,,,,,,not set,,
size,,,,,,,,,,,,,,,not set,,
scalebar_start_position,,,,,,,,,,,,,,,not set,,
scalebar_end_position,,,,,,,,,,,,,,,not set,,
zorder,,,,,,,,,,,,,,,,10,-100
parameter,x_axis,epilogos,links,domains,bed,gtf,narrow_peak,bigwig,bedgraph,bedgraph_matrix,hlines,hic_matrix,hic_matrix_square,maf,scalebar,sashimiBigWig,vlines,vhighlight
overlay_previous,no,no,no,no,no,no,no,no,no,no,no,no,no,no,no,no,,
where,bottom,,,,,,,,,,,,,,left,,,
fontsize,15,,,,12,12,,,,,,,,,12,,,
categories_file,,not set,,,,,,,,,,,,,,,,
orientation,,not set,not set,not set,not set,not set,not set,not set,not set,not set,not set,not set,not set,not set,,not set,,
links_type,,,arcs,,,,,,,,,,,,,,,
line_width,,,not set,0.5,0.5,0.5,1,,,,0.5,,,0.5,0.5,,0.5,0.5
line_style,,,solid,,,,,,,,solid,,,,,,dashed,
color,,,blue,#1f78b4,#1f78b4,#1f78b4,#FF000080,#33a02c,#a6cee3,,black,,,,black,,black,yellow
alpha,,,0.8,,,,,1,1,,1,,,,1,1,0.7,0.5
max_value,,,not set,not set,not set,,not set,not set,not set,not set,not set,not set,not set,,,not set,,
min_value,,,not set,not set,not set,,,not set,not set,not set,not set,not set,not set,,,not set,,
ylim,,,not set,,,,,,,,,,,,,,,
compact_arcs_level,,,0,,,,,,,,,,,,,,,
use_middle,,,false,,,,,,false,,,,,,,,,
region2,,,not set,,,,,,,,,,not set,,,,,
border_color,,,,black,black,black,,,,,,,,,,,,none
prefered_name,,,,transcript_name,transcript_name,transcript_name,,,,,,,,,,,,
merge_transcripts,,,,false,false,false,,,,,,,,,,,,
labels,,,,,true,true,,,,,,,,,,,,
style,,,,,flybase,flybase,,,,,,,,,,,,
display,,,,,stacked,stacked,,,,,,,,,,,,
max_labels,,,,,60,60,,,,,,,,,,,,
merge_overlapping_exons,,,,,false,false,,,,,,,,,,,,
global_max_row,,,,,false,false,,,,,,,,,,,,
gene_rows,,,,,not set,not set,,,,,,,,,,,,
arrow_interval,,,,,2,2,,,,,,,,,,,,
arrowhead_included,,,,,false,false,,,,,,,,,,,,
arrowhead_fraction,,,,,0.004,0.004,,,,,,,,,,,,
color_utr,,,,,grey,grey,,,,,,,,,,,,
color_backbone,,,,,black,black,,,,,,,,,,,,
height_utr,,,,,1,1,,,,,,,,,,,,
arrow_length,,,,,not set,not set,,,,,,,,,,,,
height_intron,,,,,0.5,0.5,,,,,,,,,,,,
all_labels_inside,,,,,false,false,,,,,,,,,,,,
labels_in_margin,,,,,false,false,,,,,,,,,,,,
fontstyle,,,,,normal,normal,,,,,,,,,,,,
color_arrow,,,,,black,black,,,,,,,,,,,,
show_data_range,,,,,,,true,true,true,true,true,,,,,true,,
show_labels,,,,,,,true,,,,,,,,,,,
use_summit,,,,,,,true,,,,,,,,,,,
width_adjust,,,,,,,1.5,,,,,,,,,,,
type,,,,,,,peak,fill,fill,matrix,,,,,,fill,,
negative_color,,,,,,,,not set,not set,,,,,,,not set,,
nans_to_zeros,,,,,,,,false,false,,,,,,,false,,
summary_method,,,,,,,,mean,not set,,,,,,,mean,,
number_of_bins,,,,,,,,700,700,,,,,,,700,,
transform,,,,,,,,no,no,,,no,no,,,no,,
log_pseudocount,,,,,,,,0,0,,,,,,,0,,
y_axis_values,,,,,,,,transformed,transformed,,,,,,,transformed,,
second_file*,,,,,,,,not set,not set,,,,,,,,,
operation*,,,,,,,,file,file,,,,,,,,,
grid,,,,,,,,false,false,,,,,,,false,,
rasterize,,,,,,,,,false,true,,true,true,false,,,,
pos_score_in_bin,,,,,,,,,,center,,,,,,,,
plot_horizontal_lines,,,,,,,,,,false,,,,,,,,
colormap,,,,,,,,,,viridis,,RdYlBu_r,RdYlBu_r,,,,,
individual_color,,,,,,,,,,grey,,,,,,,,
summary_color,,,,,,,,,,#1f77b4,,,,,,,,
depth,,,,,,,,,,,,100000,,,,,,
show_masked_bins,,,,,,,,,,,,false,false,,,,,
scale_factor,,,,,,,,,,,,1,1,,,,,
file_index,,,,,,,,,,,,,,not set,,,,
color_identical,,,,,,,,,,,,,,black,,,,
color_mismatch,,,,,,,,,,,,,,grey,,,,
color_gap,,,,,,,,,,,,,,lightgrey,,,,
species_order,,,,,,,,,,,,,,not set,,,,
species_labels,,,,,,,,,,,,,,not set,,,,
species_order_only,,,,,,,,,,,,,,false,,,,
display_ref_seq,,,,,,,,,,,,,,false,,,,
x_center,,,,,,,,,,,,,,,not set,,,
size,,,,,,,,,,,,,,,not set,,,
scalebar_start_position,,,,,,,,,,,,,,,not set,,,
scalebar_end_position,,,,,,,,,,,,,,,not set,,,
bw_color,,,,,,,,,,,,,,,,#33a02c,,
link_color,,,,,,,,,,,,,,,,blue,,
link_alpha,,,,,,,,,,,,,,,,1,,
link_line_width,,,,,,,,,,,,,,,,not set,,
link_line_style,,,,,,,,,,,,,,,,solid,,
link_max_value,,,,,,,,,,,,,,,,not set,,
link_min_value,,,,,,,,,,,,,,,,not set,,
link_scale_height,,,,,,,,,,,,,,,,1,,
link_scale_line_width,,,,,,,,,,,,,,,,2,,
link_labels,,,,,,,,,,,,,,,,true,,
link_fontsize,,,,,,,,,,,,,,,,not set,,
zorder,,,,,,,,,,,,,,,,,10,-100
Loading