The Proteomics.analysis.data
package was prepared by the
MRC Toxicology unit Bioinformatics
facility to provide data for training sessions covering the basics of proteomics analyses.
remotes::install_github("MRCToxBioinformatics/Proteomics.analysis.data")
You can see the available data sets using the following
list.files(system.file("extdata", package = "Proteomics.analysis.data"))
Note that the extdata is organised in subdirectories. Files will always have a suffix. To see the files in the subdirectory, use, e.g
list.files(system.file("extdata/OOPS_SILAC", package = "Proteomics.analysis.data"))
Data files documentation can be obtained via help(package="Proteomics.analysis.data")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.