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

https://github.com/poseidon-framework/janno

R Package - Handling .janno files in R
https://github.com/poseidon-framework/janno

adna ancient-dna r research-data

Last synced: 1 day ago
JSON representation

R Package - Handling .janno files in R

Awesome Lists containing this project

README

          

[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
![GitHub R package version](https://img.shields.io/github/r-package/v/poseidon-framework/janno)
[![R-CMD-check](https://github.com/poseidon-framework/janno/actions/workflows/check-release.yaml/badge.svg?branch=master)](https://github.com/poseidon-framework/janno/actions/workflows/check-release.yaml)
[![Coverage Status](https://img.shields.io/codecov/c/github/poseidon-framework/janno/master.svg)](https://codecov.io/github/poseidon-framework/janno?branch=master)

# janno

janno is an R package to simplify the interaction with .janno files in Poseidon packages. It provides a dedicated R S3 class `janno` that inherits from `tibble` and allows to tidily read and manipulate the context information stored in them.

Detailed documentation can be found on the Poseidon [website](https://poseidon-framework.github.io/#/janno_r_package).