diff --git a/supplementary_fig02.md b/supplementary_fig02.md index aa232b6..6279be5 100644 --- a/supplementary_fig02.md +++ b/supplementary_fig02.md @@ -499,7 +499,7 @@ ms.plot <- function(x, xlim=c(500, 2000), main = '', col='black'){ Lets try it: ``` r -ms.plot(msdata[msdata$sample=='RXN594',]) +ms.plot(msdata[msdata$sample=='Azido',]) ``` ![](supplementary_fig02_files/figure-commonmark/unnamed-chunk-21-1.png) diff --git a/supplementary_fig02.qmd b/supplementary_fig02.qmd index ce9ab89..b73eddd 100644 --- a/supplementary_fig02.qmd +++ b/supplementary_fig02.qmd @@ -294,7 +294,7 @@ ms.plot <- function(x, xlim=c(500, 2000), main = '', col='black'){ Lets try it: ```{r} -ms.plot(msdata[msdata$sample=='RXN594',]) +ms.plot(msdata[msdata$sample=='Azido',]) ``` Then lets plot all the samples on one row each: diff --git a/supplementary_fig02_files/figure-commonmark/unnamed-chunk-21-1.png b/supplementary_fig02_files/figure-commonmark/unnamed-chunk-21-1.png index 810def0..ae419a8 100644 Binary files a/supplementary_fig02_files/figure-commonmark/unnamed-chunk-21-1.png and b/supplementary_fig02_files/figure-commonmark/unnamed-chunk-21-1.png differ