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

https://github.com/open2c/bioframe-poster

https://open2c.github.io/bioframe-poster
https://github.com/open2c/bioframe-poster

Last synced: 12 months ago
JSON representation

https://open2c.github.io/bioframe-poster

Awesome Lists containing this project

README

          

# bioframe-poster
Scipy22 Virtual Poster

Setup:

```sh
pip install -r requirements.txt
```

Build slides:

```sh
make
```

Preprint on [bioRxiv](https://www.biorxiv.org/content/early/2022/02/19/2022.02.16.480748):

```bibtex
@article {bioframe2022,
author = {Open2C and Abdennur, Nezar and Fudenberg, Geoffrey and Flyamer, Ilya and Galitsyna, Aleksandra A. and Goloborodko, Anton and Imakaev, Maxim and Venev, Sergey V.},
title = {Bioframe: Operations on Genomic Intervals in Pandas Dataframes},
year = {2022},
doi = {10.1101/2022.02.16.480748},
publisher = {Cold Spring Harbor Laboratory},
URL = {https://www.biorxiv.org/content/early/2022/02/19/2022.02.16.480748},
eprint = {https://www.biorxiv.org/content/early/2022/02/19/2022.02.16.480748.full.pdf},
journal = {bioRxiv}
}
```

Special thanks to @manzt for the interactive app programming example notebook!