Skip to content

Commit 6ea74d2

Browse files
committed
vignettes: fix plotAB calls removing 'what'
1 parent e5652f9 commit 6ea74d2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vignettes/compartmap.Rmd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ intervals and median confidence estimate:
109109
plotAB(
110110
k562_compartments.boot.fix[[1]],
111111
chr = "chr14",
112-
what = "flip.score",
113112
with.ci = TRUE,
114113
median.conf = TRUE
115114
)
@@ -123,7 +122,6 @@ domains by setting `reverse = TRUE` in the `plotAB()` call
123122
plotAB(
124123
k562_compartments.boot.fix[[1]],
125124
chr = "chr14",
126-
what = "flip.score",
127125
with.ci = TRUE,
128126
median.conf = TRUE,
129127
reverse = TRUE
@@ -309,7 +307,6 @@ k562_scrna_chr14_raw_domains.fix <- fixCompartments(k562_scrna_chr14_raw_domains
309307
# Plot results
310308
plotAB(k562_scrna_chr14_raw_domains.fix,
311309
chr = "chr14",
312-
what = "flip.score",
313310
with.ci = TRUE,
314311
median.conf = TRUE
315312
)

0 commit comments

Comments
 (0)