The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
For the LDH data analysis, follow the steps below:
We will be using the build-in files in the R package for this tutorial, as shown below.
library(SeroTrackR)
library(tidyverse)
your_raw_data <- system.file("extdata", "example_BioPlex_PvLDH_plate1.csv", package = "SeroTrackR")
your_plate_layout <- system.file("extdata", "example_platelayout_1.xlsx", package = "SeroTrackR")To run your OWN data, follow the code below and uncomment (i.e., remove the hashtags):
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.