Skip to content

Commit b4e4e11

Browse files
committed
add example data
1 parent 3dd974e commit b4e4e11

4 files changed

Lines changed: 36 additions & 0 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,4 @@ Config/roxyglobals/filename: globals.R
6767
Config/roxyglobals/unique: FALSE
6868
URL: https://github.com/uconn-scs/msDiaLogue
6969
BugReports: https://github.com/uconn-scs/msDiaLogue/issues
70+
LazyData: true

R/data_Toy_Spectronaut_Data.R

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#' Toy Spectronaut Protein Abundance Dataset
2+
#'
3+
#' @description
4+
#' A small toy dataset exported from Spectronaut. The data structure mimics
5+
#' the output format of Spectronaut protein reports and can be used to
6+
#' demonstrate the workflow of the \pkg{msDiaLogue} package.
7+
#'
8+
#' @format
9+
#' A data frame with 672 rows and 16 columns.
10+
#'
11+
#' @source
12+
#' \href{https://proteomics.uconn.edu/}{Proteomics & Metabolomics Facility, University of Connecticut}
13+
14+
"Toy_Spectronaut_Data"

data/Toy_Spectronaut_Data.rda

18.5 KB
Binary file not shown.

man/Toy_Spectronaut_Data.Rd

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)