Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 894 Bytes

File metadata and controls

31 lines (24 loc) · 894 Bytes

bioframe-poster

Scipy22 Virtual Poster

Setup:

pip install -r requirements.txt

Build slides:

make

Preprint on bioRxiv:

@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!