Skip to content

Commit

Permalink
add info how to retrieve data
Browse files Browse the repository at this point in the history
  • Loading branch information
lisa-sousa committed Sep 8, 2024
1 parent 0620bc7 commit d73349b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/dataset_bio/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Dataset Descriptions

## Acute Myeloid Leukemia (AML) dataset

Dataset is taken from https://doi.org/10.1016/j.isci.2019.100780
To get the data:
- pull the docker image with ``docker pull schultzelab/aml_classifier:0.1``
- run the docker image interactively with: ``docker run --name aml_it -it schultzelab/aml_classifier:0.1 bash``
- copy the data from image to local machine: ``docker cp aml_it:/data ./ ``
- open data in R and write each dataset to csv

0 comments on commit d73349b

Please sign in to comment.