Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.12 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.12 KB
editor_options
markdown
wrap
sentence

Project contributors

Name GitHub username DTU student ID
Carina Slidsborg Carina3060 s236244
Esben Thuesen s223102 s223102
Eszter Toldi EszterToldi s232970
John Tran gwq445 s230339
Josefine Meineche JosefineTM s233776

Data retrieval

The data used for this project was downloaded from https://www.kaggle.com/datasets/piotrgrabo/breastcancerproteomes/data.

3 .csv files should be downloaded. It requires a kaggle user to retrieve the data. The data was downloaded and located into a local folder '_raw' in the repository root which was unlinked from the version control.

Hence, do these steps to retrieve the data:

  1. Clone the repository to your RStudio IDE.

  2. Create a folder in the repository root and call it '_raw'.

  3. Download the data from the kaggle link above.

  4. Put the 3 .tsv files in the '_raw' folder.

And then the scripts should all be runnable.