- Notifications
You must be signed in to change notification settings - Fork2
R package for automated analysis of serological data
License
Unknown, BSD-3-Clause licenses found
Licenses found
mini-pw/SerolyzeR
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This package is a simple tool that handles various raw data formats produced in Multiplex Bead Assay (MBA). In short, it reads the unstructured, raw data from, e.g., the Luminex device and outputs normalised and well-structured data, which can be used later in more advanced downstream analysis.
The package includes three main steps for preprocessing the data:
- data reading and manipulation
- quality control
- data normalisation
The graphical overview of the package can be seen in the image below:
SerolyzeR package is developed within thePvSTATEM initiative. The project has received funding from the European Union’s Horizon Europe research and innovation program under grant agreement No 101057665.
Previously, this package was namedPvSTATEM, but it has been rebranded toSerolyzeR to better reflect its purpose and scope.
The easiest way to install the package is using the CRAN repository:
install.packages("SerolyzeR")require(SerolyzeR)# load the installed package
Now, you are ready to use the package to read your files!
Please note that since uploading the package to the CRAN repository requires the volunteers' time to manually run checks on the packages, thepackage version currently released on CRAN might not be the latest.
The package is under heavy development, with new features being released weekly. Therefore, if you'd like to test the latest package functionalities, we recommend installing it in the development version. It can be done using a simple commandinstall_github available in thedevtools library:
require(devtools)install_github("mini-pw/SerolyzeR")require(SerolyzeR)# load the installed package
The first command loads thedevtools library (you might need to install it first - using the commandinstall_packages("devtools")), and the second one sources the git repository with the code of our package and automatically installs it.
The example use of the package and its functionalities can be found inthe vignettes.For more detailed documentation, checkthe package website.
As a project in the development phase, we are open to any suggestions, bug reports, and contributions. If you have any ideas or issues, please report them in theIssues section. Our team of developers will address them as soon as possible.
Funded by the European Union. Views and opinions expressed are, however, those of the author(s) only and do not necessarily reflect those of the European Union or HaDEA. Neither the European Union nor the granting authority can be held responsible for them.
The package was developed as a Bachelor's thesis by Jakub Grzywaczewski, Tymoteusz Kwieciński and Mateusz Nizwantowski on Warsaw University of Technology, Faculty of Mathematics and Information Science, supervised by prof. dr hab. inż. Przemysław Biecek.
About
R package for automated analysis of serological data
Resources
License
Unknown, BSD-3-Clause licenses found
Licenses found
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.



