There are 5 folders in this repository:
All the code used to generate the figures and tables in the manuscript.
All the raw data used to generate the figures and tables in the manuscript.
2_data folder is too large to upload to GitHub. You can download the data from Google Drive 💾.
All the data analysis results used to generate the figures and tables in the manuscript.
The figures and supplementary figures.
The summary of the project.
if (!requireNamespace("remotes", quietly = TRUE)){
install.packages("remotes")
}
if (!requireNamespace("r4projects", quietly = TRUE)){
remotes::install_github("jaspershen-lab/r4projects")
}
if (!requireNamespace("tidymass", quietly = TRUE)){
remotes::install_github("tidymass/tidymass")
}