Skip to content

Commit 01fd9f8

Browse files
committed
Let y-axis be set automatically in VAF plot
1 parent 3e6dbd1 commit 01fd9f8

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

script/plot-VAF.R

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ stripplot.data$color <- sapply(
8787

8888
stripplot.data;
8989

90-
stripplot.ymax <- max(stripplot.data$adjVAF) + 0.1;
91-
9290
create.stripplot(
9391
formula = adjVAF ~ num_of_callers,
9492
data = stripplot.data,
@@ -97,9 +95,6 @@ create.stripplot(
9795
jitter.factor = 0.6,
9896
xlab.label = 'Number of sSNV Callers',
9997
ylab.label = 'Adjusted VAF',
100-
ylim = c(0, stripplot.ymax),
101-
yat = seq(0, stripplot.ymax, 0.1),
102-
yaxis.lab = seq(0, stripplot.ymax, 0.1),
10398
yaxis.rot = 0,
10499
xaxis.tck = 0,
105100
yaxis.tck = 0.5,

0 commit comments

Comments
 (0)