-
Notifications
You must be signed in to change notification settings - Fork 70
/
hicPlotTADS_template.ini
154 lines (140 loc) · 4.31 KB
/
hicPlotTADS_template.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
# lines that start with '#' are comment lines
# and are not interpreted by the program
# the different tracks are represented by sections in this file
# each section starts with a header of the form [hic]
# the content of the section label (in the previous example 'hic') is irrelevant for
# plotting and only used to tell the user when something goes wrong.
# There are two exceptions for this, the [x-axis] and the [spacer] sections
# that use the secion label to determine the action.
[hic]
file = matrix.h5
title =
colormap = RdYlBu_r
depth = 100000
#min_value =2.8
#max_value = 3.0
# transform options are no, log1p, log and -log
transform = log1p
#optional in case it can not be guessed by the file ending
file_type = hic_matrix
# show masked bins plots as white lines
# those bins that were not used during the correction
# the default is to extend neighboring bins to
# obtain an aesthetically pleasant output
show_masked_bins = true
[tads]
file = conductance_vs_hic/boundaries_all.bed
file_type = domains
border_color = black
color = none
overlay_previous = share-y
[x-axis]
#optional
fontsize = 20
# optional, options are top or bottom
where = top
[spacer]
#optional
width = 0.1
[bigwig]
file = file.bw
title = RNA-seq
color = black
min_value = 0
#max_value = auto
height = 1.5
# for each bin the average value is taken
number_of_bins = 500
nans_to_zeros = True
# options are: line, points, fill. Default is fill
# to add the preferred line width or point size use:
# type = line:lw where lw (linewidth) is float
# similary points:ms sets the point size (markersize (ms) to the given float
type = line
# type = line:0.5
# type = points:0.5
# optional. Default is yes, set to no to turn off the visualization of data range
show_data_range = yes
#optional in case it can not be guessed by the file ending
file_type = bigwig
[simple bed]
file = file.bed
title = peaks
color = red
height = 0.5
# optional. If not given is guessed from the file ending
file_type = bed
[genes]
# example of a genes track
# has the same options as a simple
# bed but if the type=genes is given
# the the file is interpreted as gene
# file. If the bed file contains the exon
# structure then this is plotted. Otherwise
# a region **with direction** is plotted.
file = genes.bed
title = genes
color = darkblue
height = 5
# to turn off/on printing of labels
labels = false
# optional. If not given is guessed from the file ending
file_type = bed
# optional: font size can be given if default are not good
fontsize = 10
[chrom states]
# this is a case of a bed file that is plotted 'collapsed'
# useful to plot chromatin states if the bed file contains
# the color to plot
file = chromatinStates.bed
title = chromatin states
# color is replaced by the color in the bed file
# in this case
color = bed_rgb
# default behaviour when plotting intervals from a
# bed file is to 'expand' them such that they
# do not overlap. The display = collapsed
# directive overlaps the intervals.
display = collapsed
width = 0.3
# set to none to remove the border
border_color = black
[bedgraph]
file = file.bg
title = bedgraph track
color = green
height = 0.2
# optional. Default is true, set to false to turn off the visualization of data range
show_data_range = true
# optional, otherwise guessed from file ending
file_type = bedgraph
[bedgraph matrix]
# a bedgraph matrix file is like a bedgraph, except that per bin there
# are more than one value separated by tab: E.g.
# chrX 18279 40131 0.399113 0.364118 0.320857 0.274307
# chrX 40132 54262 0.479340 0.425471 0.366541 0.324736
# bedgraph matrices are produced by hicFindTADs
file = spectra_conductance.bm
title = conductance spectra
height = 1.5
orientation = inverted
min_value = 0.10
max_value = 0.70
# if type is set as lines, then the TAD score lines are drawn instead
# of the matrix
# set to lines if a heatmap representing the matrix
# is not wanted
type = lines
file_type = bedgraph_matrix
# this will add horizontal lines on the track
plot_horizontal_lines=False
[vlines]
# vertical dotted lines from the top to the bottom of the figure
# can be drawn. For this a bed file is required
# but only the first two columns (chromosome name and start
# are used.
# vlines can also be given at the command line as a list
# of genomic positions. However, sometimes to give a file
# is more convenient in case many lines want to be plotted.
file = regions.bed
type = vlines