- Before update this site, we have to download the lab data and confirm the validations. The R codes and information file are available in the project OSF: https://osf.io/2zxrw/
Lab_info.csv: the latest information of labratories on the road.download_osf.R: download the collected data from lab OSFs.data_validation.R: confirm the validity of collected data; Save the rawdata to three csv files:rawdata_SP_V.csv,rawdata_SP_M.csv, andrawdata_PP.csvtidy_jatos_data.R: process the data collected from OSWEB/JATOS.lab_fin.csv: Accumulate PSA ID who have finished data collection.
-
Run sequential analysis and plot the results.
data_seq_analysis.Rimportrawdata_SP_V.csvand export results toSeq_output.csv. -
In each language rmarkdown file, we draw the plot with the code:
lab_seq[grep(lab_seq, pattern="PSA_ID")] %>% read.csv() %>%
seq_plot()