-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.Rmd
52 lines (40 loc) · 1.87 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
45
46
47
48
49
50
51
---
title: "README"
author: "Piyal Karunarathne"
date: "Last updated: `r format(Sys.time(), '%d %B, %Y')`"
output: md_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
<!-- badges: start -->
[![CRAN Downloads](https://cranlogs.r-pkg.org/badges/BioRssay)](https://cran.r-project.org/package=BioRssay)
[![R-CMD-check](https://github.com/milesilab/BioRssay/workflows/R-CMD-check/badge.svg)](https://github.com/milesilab/BioRssay/actions)
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
[![DOI](https://zenodo.org/badge/377436359.svg)](https://zenodo.org/badge/latestdoi/377436359)
<!-- badges: end -->
**BioRssay** will help you to analyze mortality data from bioassays of any kind (e.g.,insecti/pesti/herbi-cides, antibiotics, etc.).
```{r,echo=FALSE}
library(BioRssay)
data(bioassay)
transd<-probit.trans(bioassay$assay2)
data<-transd$tr.data
strains<-levels(data$strain)
mort.plot(data,strains)
```
***For a comprehensive tutorial on the package, go to <https://milesilab.github.io/BioRssay/> and navigate to "Get started" where all the functions and usage are explained with ample examples.***
**Installation**
- CRAN link <https://cran.r-project.org/package=BioRssay>
```{r, results='hide',eval=FALSE}
install.packages("BioRssay")
```
- You can install the development version of rCNV from
[GitHub](https://github.com/) with:
```{r,results = "hide",eval=FALSE}
if (!requireNamespace("devtools", quietly = TRUE))
install.packages("devtools")
devtools::install_github("milesilab/BioRssay", build_vignettes = TRUE)
```
Please don't forget to cite us if you use the package.
**How to cite**
Karunarathne, P., Pocquet, N., Labbé, P. et al. BioRssay: an R package for analyses of bioassays and probit graphs. Parasites Vectors 15, 35 (2022). https://doi.org/10.1186/s13071-021-05146-x