-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
33 lines (33 loc) · 994 Bytes
/
DESCRIPTION
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
Package: colocr
Type: Package
Title: Conduct Co-Localization Analysis of Fluorescence Microscopy Images
Version: 0.1.1
License: GPL-3
Authors@R: person("Mahmoud", "Ahmed",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4377-6541"))
URL: https://docs.ropensci.org/colocr, https://github.com/ropensci/colocr
BugReports: https://github.com/ropensci/colocr/issues
Description: Automate the co-localization analysis of fluorescence microscopy
images. Selecting regions of interest, extract pixel intensities from
the image channels and calculate different co-localization statistics. The
methods implemented in this package are based on Dunn et al. (2011)
<doi:10.1152/ajpcell.00462.2010>.
Encoding: UTF-8
LazyData: true
Suggests: testthat,
shinytest,
covr,
knitr,
rmarkdown,
devtools,
purrr,
shinyBS
RoxygenNote: 6.1.1
Imports: imager,
magick,
shiny,
scales,
magrittr
VignetteBuilder: knitr