To guide the visitors having a better sense about the project, here we briefly introduce the specific purposes of the directories. The layout of directories is based on the idea from ProjectTemplate.
-
cache: Here we store intermediate data sets that are generated during preprocessing steps.
-
data: Here we store our raw data of small size. Data of large size, i.e. > 100M, store in a
largedata
folder that has been ignored using.gitignore
. -
doc: Documentation codes (i.e. Rmd files) for generating the figures.
-
graphs: Graphs produced during the analysis.
-
lib: Some functions used within this project.
-
munge: Here we store some preprocessing or data munging codes.
-
profilling: Main scripts for the project. It contains some sub-directories.
-
TODO.md: A todo list.