Skip to content

Commit

Permalink
fixing vignette and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
baynec2 committed Jun 14, 2024
1 parent 750357f commit f4471ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
7 changes: 0 additions & 7 deletions tests/testthat/test-check_for_cleavage_after_AA.R

This file was deleted.

6 changes: 3 additions & 3 deletions vignettes/mspms_analysis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -429,13 +429,13 @@ mspms::plot_icelogo(cleavage_seqs, background_universe)
We could also look at the fold change instead of the percent difference

```{r}
mspms::plot_icelogo(cleavage_seqs, background_universe, type = "fold change")
mspms::plot_icelogo(cleavage_seqs, background_universe, type = "fold_change")
```

We also provide a convenience function for looking at all icelogos relative to
time 0 within the experiment.

This function includes cleavages that were signficant at any time point once in
This function includes cleavages that were significant at any time point once in
the experimental set of the ICELOGO.

```{r}
Expand All @@ -454,7 +454,7 @@ mspms::plot_pca(mspms_data)

### Hierchical clustering

We can also generate an interactive heatmap with the hierchical clustering
We can also generate an interactive heatmap with the hierarchical clustering
results.

The format of this readme does not allow for interactivity, so it is not shown here.
Expand Down

0 comments on commit f4471ae

Please sign in to comment.