An open API service indexing awesome lists of open source software.

https://github.com/ap--/pado-tcga

pado dataset for The Cancer Genome Atlas on aws opendata
https://github.com/ap--/pado-tcga

Last synced: 8 months ago
JSON representation

pado dataset for The Cancer Genome Atlas on aws opendata

Awesome Lists containing this project

README

          

# pado-tcga

Pado dataset for TCGA on AWS opendata

## Documentation

To load the latest release of the pado dataset:

```python
# pip install pado s3fs requests aiohttp
import fsspec
import pado

of = fsspec.open("zip:///::https://github.com/ap--/pado-tcga/releases/latest/download/pado-tcga-dataset.zip")
ds = pado.PadoDataset(of)

print(ds.describe())
```

## Acknowledgements

Build with :heart: by Andreas Poehlmann