diff --git a/supplementary_fig02.md b/supplementary_fig02.md index cc13ced..aa232b6 100644 --- a/supplementary_fig02.md +++ b/supplementary_fig02.md @@ -496,6 +496,14 @@ ms.plot <- function(x, xlim=c(500, 2000), main = '', col='black'){ } ``` +Lets try it: + +``` r +ms.plot(msdata[msdata$sample=='RXN594',]) +``` + +![](supplementary_fig02_files/figure-commonmark/unnamed-chunk-21-1.png) + Then lets plot all the samples on one row each: ``` r @@ -506,4 +514,4 @@ for(i in seq_along(msSamples) ){ } ``` -![](supplementary_fig02_files/figure-commonmark/unnamed-chunk-21-1.png) +![](supplementary_fig02_files/figure-commonmark/unnamed-chunk-22-1.png) diff --git a/supplementary_fig02.qmd b/supplementary_fig02.qmd index 275eeba..ce9ab89 100644 --- a/supplementary_fig02.qmd +++ b/supplementary_fig02.qmd @@ -292,6 +292,11 @@ ms.plot <- function(x, xlim=c(500, 2000), main = '', col='black'){ } ``` +Lets try it: +```{r} +ms.plot(msdata[msdata$sample=='RXN594',]) +``` + Then lets plot all the samples on one row each: ```{r} msSamples <- unique(msdata$sample) 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 88395bb..810def0 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 diff --git a/supplementary_fig02_files/figure-commonmark/unnamed-chunk-22-1.png b/supplementary_fig02_files/figure-commonmark/unnamed-chunk-22-1.png new file mode 100644 index 0000000..88395bb Binary files /dev/null and b/supplementary_fig02_files/figure-commonmark/unnamed-chunk-22-1.png differ