Skip to content

Statistical and multivariate scores for workflow standardization for Mass Spectrometry imaging (MSI) data.

License

Notifications You must be signed in to change notification settings

CeMOS-Mannheim/msiScores

Repository files navigation

msiScores

Statistical & multivariate scores implementation as described Erich et al. (reference below). The scores can be used for systematic evaluation of workflows and comparison of sample preperation methods to check for reproducibility and reliability of the generated data from different preparation protocols.

Installation

The devtools package could be used to install msiScores.

install.packages("devtools")
devtools::install_github("CeMOS-Mannheim/msiScores")

Note that msiScores was created with renvto help manage R package dependencies and computational reproducibility. for more info, check the renv guide page.

Example

library(msiScores)


data("exampleScores")
test <- getScores(mat, sample(c("1", "2"), nrow(mat), replace = TRUE), compute.r2 = FALSE, compute.fc = FALSE)

Citing msiScores

Erich, Katrin, et al. "Scores for standardization of on-tissue digestion of formalin-fixed paraffin-embedded tissue in MALDI-MS imaging." Biochimica et Biophysica Acta (BBA)-Proteins and Proteomics 1865.7 (2017): 907-915.

Contact

You are welcome to submit suggestions and bug-reports at: https://github.com/CeMOS-Mannheim/msiScores/issues.

License

See license document.

About

Statistical and multivariate scores for workflow standardization for Mass Spectrometry imaging (MSI) data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages