Skip to content

Commit

Permalink
Inform the user about summary generic in vignettes (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZetrextJG authored Aug 28, 2024
1 parent 245fa6b commit a9885ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vignettes/example_script.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ plate$sample_names
plate$analyte_names
```

The summary can also the accessed using the built-in generic method `summary`.

```{r}
summary(plate)
```

## Quality control

The package can plot the dilutions along the MFI values, allowing manual inspecting of the standard curve. This method raises a warning in case the MFI values were not adjusted using the blank samples.
Expand Down

0 comments on commit a9885ff

Please sign in to comment.