-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
29 lines (22 loc) · 879 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
output: github_document
title: scmisc
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
[![R-CMD-check](https://github.com/ddiez/scmisc/workflows/R-CMD-check/badge.svg)](https://github.com/ddiez/scmisc/actions)
[![Codecov test coverage](https://codecov.io/gh/ddiez/scmisc/branch/master/graph/badge.svg)](https://codecov.io/gh/ddiez/scmisc?branch=master)
[![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)]()
The goal of scmisc is to provide a common interface for several single cell packages.
## Installation
You can install the release version of scmisc from [Github](https://github.com/ddiez/scmisc) with:
``` r
remotes::install_github("ddiez/scmisc")
```