Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heavywatal/safr
Summarize and Visualize Sequence Alignment Format Data
https://github.com/heavywatal/safr
Last synced: 7 days ago
JSON representation
Summarize and Visualize Sequence Alignment Format Data
- Host: GitHub
- URL: https://github.com/heavywatal/safr
- Owner: heavywatal
- License: other
- Created: 2023-09-15T10:41:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-23T23:57:12.000Z (4 months ago)
- Last Synced: 2024-07-24T17:32:04.289Z (4 months ago)
- Language: R
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# safr
[![R-CMD-check](https://github.com/heavywatal/safr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/heavywatal/safr/actions/workflows/R-CMD-check.yaml)
[![codecov](https://codecov.io/gh/heavywatal/safr/graph/badge.svg?token=XVZMHIEZFX)](https://codecov.io/gh/heavywatal/safr)safr is an R package to summarize and visualize various formats of sequence alignment/mapping data.
## Installation
You can install the development version of safr from GitHub with:
```r
devtools::install_github("heavywatal/safr")
```