-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to version 0.8.2 (include the possibility to detect cilia in i…
…mages not containing nuclei)
- Loading branch information
Showing
7 changed files
with
426 additions
and
265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ type: software | |
license: GPL-3.0-or-later | ||
title: 'detectCilia: Detect and measure the lengths of primary cilia in microscopy | ||
images' | ||
version: 0.8.1 | ||
version: 0.8.2 | ||
doi: 10.5281/zenodo.10521546 | ||
abstract: The package loads confocal fluorescence microscopy images and automatically | ||
determines the positions and lengths of primary cilia of the cells and counts nuclei. | ||
|
@@ -27,7 +27,7 @@ preferred-citation: | |
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-6836-9865 | ||
year: '2024' | ||
notes: R package version 0.8.1 | ||
notes: R package version 0.8.2 | ||
doi: 10.5281/zenodo.10521546 | ||
url: https://github.com/SFB-ELAINE/detectCilia | ||
repository-code: https://github.com/SFB-ELAINE/detectCilia | ||
|
@@ -79,17 +79,13 @@ references: | |
title: BiocManager | ||
abstract: 'BiocManager: Access the Bioconductor Project Package Repository' | ||
notes: Imports | ||
url: https://bioconductor.github.io/BiocManager/ | ||
url: https://github.com/Bioconductor/BiocManager | ||
repository: https://CRAN.R-project.org/package=BiocManager | ||
authors: | ||
- family-names: Morgan | ||
given-names: Martin | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-5874-8148 | ||
- family-names: Ramos | ||
given-names: Marcel | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-3242-0582 | ||
year: '2024' | ||
version: '>= 1.30.19' | ||
- type: software | ||
|
@@ -101,7 +97,7 @@ references: | |
authors: | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: hadley@posit.co | ||
email: hadley@rstudio.com | ||
orcid: https://orcid.org/0000-0003-4757-117X | ||
- family-names: François | ||
given-names: Romain | ||
|
@@ -111,10 +107,6 @@ references: | |
- family-names: Müller | ||
given-names: Kirill | ||
orcid: https://orcid.org/0000-0002-1416-3412 | ||
- family-names: Vaughan | ||
given-names: Davis | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-4777-038X | ||
year: '2024' | ||
version: '>= 1.0.10' | ||
- type: software | ||
|
@@ -124,7 +116,7 @@ references: | |
url: https://github.com/aoles/EBImage | ||
repository: https://bioconductor.org/ | ||
authors: | ||
- family-names: Oleś | ||
- family-names: Oles | ||
given-names: Andrzej | ||
- family-names: Pau | ||
given-names: Gregoire | ||
|
@@ -139,7 +131,6 @@ references: | |
- family-names: Marais | ||
given-names: Philip A. | ||
year: '2024' | ||
doi: 10.18129/B9.bioc.EBImage | ||
version: '>= 4.40.0' | ||
- type: software | ||
title: magrittr | ||
|
@@ -177,12 +168,12 @@ references: | |
authors: | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: hadley@posit.co | ||
email: hadley@rstudio.com | ||
- family-names: Hester | ||
given-names: Jim | ||
- family-names: Bryan | ||
given-names: Jennifer | ||
email: jenny@posit.co | ||
email: jenny@rstudio.com | ||
orcid: https://orcid.org/0000-0002-6983-2759 | ||
year: '2024' | ||
version: '>= 2.1.3' | ||
|
@@ -195,9 +186,9 @@ references: | |
authors: | ||
- family-names: Henry | ||
given-names: Lionel | ||
email: lionel@posit.co | ||
email: lionel@rstudio.com | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: hadley@posit.co | ||
email: hadley@rstudio.com | ||
year: '2024' | ||
version: '>= 1.0.6' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Type: Package | ||
Package: detectCilia | ||
Title: Detect and measure the lengths of primary cilia in microscopy images | ||
Version: 0.8.1 | ||
Version: 0.8.2 | ||
Authors@R: | ||
person("Kai", "Budde-Sagert", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0001-6836-9865")) | ||
|
Oops, something went wrong.