Skip to content

Commit

Permalink
Updated Supp02 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tractatus committed Sep 7, 2023
1 parent a6c0272 commit 702a7a7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
10 changes: 9 additions & 1 deletion supplementary_fig02.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
5 changes: 5 additions & 0 deletions supplementary_fig02.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 702a7a7

Please sign in to comment.