-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
44 lines (32 loc) · 1.69 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
<!-- badges: start -->
[![R-CMD-check](https://github.com/caravagnalab/tickTack/workflows/R-CMD-check/badge.svg)](https://github.com/caravagnalab/tickTack/actions)
[![pkgdown](https://github.com/caravagnalab/tickTack/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/caravagnalab/tickTack/actions/workflows/pkgdown.yaml)
[![R-CMD-check](https://github.com/caravagnalab/tickTack/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/caravagnalab/tickTack/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/caravagnalab/tickTack/branch/main/graph/badge.svg)](https://app.codecov.io/gh/caravagnalab/tickTack?branch=main)
<!-- badges: end -->
tickTack is a package to infer kinetic parameters of an evolving population whose size is observed at discrete intervals of time. The tool is able to ...
#### Help and support
[![](https://img.shields.io/badge/GitHub%20Pages-https://caravagnalab.github.io/tickTack/-yellow.svg)](https://caravagnalab.github.io/tickTack)
-----
## Installation
``` r
# install.packages("devtools")
devtools::install_github("caravagnalab/tickTack")
```
-----
#### Copyright and contacts
Cancer Data Science (CDS) Laboratory, University of Trieste, Italy.
[![](https://img.shields.io/badge/CDS%20Lab%20Github-caravagnalab-seagreen.svg)](https://github.com/caravagnalab)
[![](https://img.shields.io/badge/CDS%20Lab%20webpage-https://www.caravagnalab.org/-red.svg)](https://www.caravagnalab.org/)