Skip to content

Commit

Permalink
minor fixes and change of author name
Browse files Browse the repository at this point in the history
  • Loading branch information
buddekai committed Oct 2, 2024
1 parent 37bc12e commit 463d9a7
Show file tree
Hide file tree
Showing 7 changed files with 247 additions and 91 deletions.
30 changes: 22 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,17 +1,31 @@
Package: cellPixels
Type: Package
Package: cellPixels
Title: Detect nuclei (and cells) and count pixel intensities in these regions
Version: 0.2.10
Author: c(person("Kai", "Budde", email = "kai.budde@uni-rostock.de",
role = c("aut", "cre"))
Maintainer: Kai Budde <kai.budde@uni-rostock.de>
Version: 0.2.11
Authors@R:
person("Kai", "Budde-Sagert", , "kai.budde-sagert@uni-rostock.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6836-9865"))
Maintainer: Kai Budde-Sagert <kai.budde-sagert@uni-rostock.de>
Description: The package loads fluorescence microscopy images, detects
the nuclei (and cells) and returns statitics on the pixels within and
outside of the nuclei.
License: GPL-3 + file LICENSE
URL: https://github.com/SFB-ELAINE/cellPixels
BugReports: https://github.com/SFB-ELAINE/cellPixels/issues
Depends:
R (>= 4.0.0)
Imports:
BiocManager (>= 1.30.19),
dplyr (>= 1.0.10),
EBImage (>= 4.40.0),
readCzi (>= 0.4.0),
reticulate (>= 1.26),
tiff (>= 0.1-11)
Remotes:
bioc::EBImage,
github::SFB-ELAINE/readCzi@v0.4.1
ByteCompile: TRUE
Encoding: UTF-8
LazyData: true
ByteCompile: TRUE
RoxygenNote: 7.2.1
RoxygenNote: 7.2.3
NeedsCompilation: no
Imports: BiocManager, EBImage, reticulate, stats, tiff, utils, readCzi
2 changes: 1 addition & 1 deletion R/addNumberToImage.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' @details Adds an integer to a x-y-3(rgb)-representation of an image.
#' @aliases addnumbertoimage addNumbertoimage addNumberToimage
#' addnumberToImage addnumbertoImage
#' @author Kai Budde
#' @author Kai Budde-Sagert
#' @export addNumberToImage
#' @param image An three-dimensional array of numbers between 0 and 1
#' @param number A number (integer to be drawn/copied)
Expand Down
2 changes: 1 addition & 1 deletion R/addScaleBar.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' @details Add a scale bar to a tiff image depending on the meta data of
#' the czi file
#' @aliases addscaleBar addScalebar addscalebar
#' @author Kai Budde
#' @author Kai Budde-Sagert
#' @export addScaleBar
#' @param image An array (2 or 3 dimensional array, could also be of
#' formal class Image by package EBImage)
Expand Down
Loading

0 comments on commit 463d9a7

Please sign in to comment.