https://github.com/bioconductor-source/simpleseg

https://github.com/bioconductor-source/simpleseg

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: bioconductor-source
  • Language: R
  • Default Branch: devel
  • Size: 104 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog

README.md

simpleSeg

Overview

simpleSeg provides a structured pipeline for segmentation of cellular tiff stacks and the normalization of features, priming cells for classification / clustering.

A brief preview of simpleSeg can be found here, and integration with further analysis is explained in detail here.

Installation

Install the package from Bioconductor.

```r if (!requireNamespace("BiocManager", quietly = TRUE)) { install.packages("BiocManager") }

BiocManager::install("simpleSeg") ```

Otherwise, install the development version from Github.

```r

Install the development version from GitHub:

install.packages("devtools")

devtools::install_github("SydneyBioX/simpleSeg") library(simpleSeg) ```

Installation Problems

Usually caused by non-R dependencies being unavailable. Ensure that the following packages are installed on your system.

fftw, gdal, fortran, arrow

Submitting an issue or feature request

simpleSeg is still under active development. We would greatly appreciate any and all feedback related to the package.

Author

Owner

  • Name: (WIP DEV) Bioconductor Packages
  • Login: bioconductor-source
  • Kind: organization
  • Email: maintainer@bioconductor.org

Source code for packages accepted into Bioconductor

GitHub Events

Total
Last Year

Dependencies

DESCRIPTION cran
  • BiocParallel * imports
  • EBImage * imports
  • S4Vectors * imports
  • SummarizedExperiment * imports
  • cytomapper * imports
  • grDevices * imports
  • methods * imports
  • spatstat.geom * imports
  • stats * imports
  • terra * imports
  • BiocStyle * suggests
  • ggplot2 * suggests
  • knitr * suggests
  • testthat >= 3.0.0 suggests