File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,6 @@ intervals and median confidence estimate:
109
109
plotAB(
110
110
k562_compartments.boot.fix[[1]],
111
111
chr = "chr14",
112
- what = "flip.score",
113
112
with.ci = TRUE,
114
113
median.conf = TRUE
115
114
)
@@ -123,7 +122,6 @@ domains by setting `reverse = TRUE` in the `plotAB()` call
123
122
plotAB(
124
123
k562_compartments.boot.fix[[1]],
125
124
chr = "chr14",
126
- what = "flip.score",
127
125
with.ci = TRUE,
128
126
median.conf = TRUE,
129
127
reverse = TRUE
@@ -309,7 +307,6 @@ k562_scrna_chr14_raw_domains.fix <- fixCompartments(k562_scrna_chr14_raw_domains
309
307
# Plot results
310
308
plotAB(k562_scrna_chr14_raw_domains.fix,
311
309
chr = "chr14",
312
- what = "flip.score",
313
310
with.ci = TRUE,
314
311
median.conf = TRUE
315
312
)
You can’t perform that action at this time.
0 commit comments