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.
- Host: GitHub
- URL: https://github.com/qile0317/apackoftheclonesappendix
- Owner: Qile0317
- License: mit
- Created: 2024-09-08T04:21:38.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T19:38:46.000Z (7 months ago)
- Last Synced: 2025-01-19T04:23:10.620Z (4 months ago)
- Language: Jupyter Notebook
- Homepage: https://joss.theoj.org/papers/10.21105/joss.06868
- Size: 706 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# APackOfTheClonesAppendix
[](https://doi.org/10.5281/zenodo.13916967)
[](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
```