Skip to content

Commit

Permalink
initial scaffold vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
Carol-seven committed Apr 17, 2024
1 parent 1ad8ae4 commit f93e8f5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions vignettes/scaffold.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: "Import Scaffold Report for msDiaLogue"
output: rmarkdown::html_vignette
author:
- |
Shiying Xiao$^1$, Charles Watt$^1$, Jennifer C. Liddle$^2$, Jeremy L. Balsbaugh$^2$, Timothy E. Moore$^3$
- |
$^1$Department of Statistics, UConn \
$^2$Proteomics and Metabolomics Facility, UConn \
$^3$Statistical Consulting Services, UConn
date: "`r Sys.Date()`"
bibliography:
- ../inst/REFERENCES.bib
vignette: >
%\VignetteIndexEntry{A Usage Template}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---

```{r, include = FALSE}
knitr::opts_chunk$set(collapse = TRUE, comment = "#>", fig.align = "center")
```

The default data used in msDiaLogue is from **Spectronaut**; here, we introduce the import
from **Scaffold**.

0 comments on commit f93e8f5

Please sign in to comment.