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

https://github.com/qile0317/apackoftheclonesappendix

Supplemental materials repository for the R package APackOfTheClones and its companion Journal Of Open Source Software paper.
https://github.com/qile0317/apackoftheclonesappendix

Last synced: 2 months ago
JSON representation

Supplemental materials repository for the R package APackOfTheClones and its companion Journal Of Open Source Software paper.

Awesome Lists containing this project

README

        

# APackOfTheClonesAppendix

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13916967.svg)](https://doi.org/10.5281/zenodo.13916967)
[![MIT license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/Qile0317/APackOfTheClonesAppendix/blob/main/LICENSE)

Supplemental materials repository for the R package [APackOfTheClones](https://github.com/Qile0317/APackOfTheClones) and its companion [Journal Of Open Source Software paper](https://joss.theoj.org/papers/eb9d2b2fc3ffb1d440bd7120b66f1f71).

## Repository structure

```bash
.
├── LICENSE
├── README.md
├── data
│ └── scRep_example_full.rds # the scRepertoire example object stored through git-lfs
├── example-figure-generation.ipynb # Jupyter notebook to generate the figure in the paper
├── renv # relevant files for renv environments
│ ├── activate.R
│ └── settings.json
└── renv.lock # renv lockfile
```