/tcga_data

Collect and parse TCGA data for future use.

Primary LanguageMakefileOtherNOASSERTION

tcga_data

Collect and parsing TCGA data for future use.

Project Organization

.
|-- AUTHORS.md              Author information.
|-- LICENSE                 [Optional] license.
|-- Makefile                Provide make targets for computation automatation.
|-- README.md               This file.
|-- data                    Data folders.
|   |-- current             Symlink, points to the latest data folder.
|   |-- data_yyyy_mm_dd     Data files with date stamp.
|   |-- ...
|   `-- raw                 Folder with raw data.
|-- docs                    Documentations.
|-- lib                     Extenal code/binary files.
|-- log                     Log folders.
|   |-- current             Symlink, points to the latest log folder.
|   |-- log_yyyy_mm_dd      Log folder with date stamp.
|   `-- ...
|-- reports                 Reports, polished figures for publication.
|-- results                 Result folder.
|   |-- current             Symlink, points to the latest result folder.
|   |-- results_yyyy_mm_dd  Result folder with date stamp.
|   `-- ...
`-- src                     Scripts/software created for this project.