https://github.com/muschellij2/ichseg
Raw File
Tip revision: de764db60cb7dec0a1beb7e875df91e2a06558c8 authored by muschellij2 on 20 June 2017, 22:38:37 UTC
new version should be online
Tip revision: de764db
DESCRIPTION
Package: ichseg
Type: Package
Title: Intracerebral Hemorrhage Segmentation of X-Ray Computed Tomography (CT)
    Images
Version: 0.9.5
Date: 2017-06-19
Authors@R: c(person(given = "John", family = "Muschelli", email = "muschellij2@gmail.com",
  role = c("aut", "cre")))
Maintainer: John Muschelli <muschellij2@gmail.com>
Description: Performs preprocessing on computed tomography (CT) scans, including
    skull stripping. Computes predictors of intracerebral hemorrhage (ICH) and uses
    these to predict a binary hemorrhage mask from the data.
License: GPL-2
Depends:
    R (>= 2.10)
Imports:
    stats,
    extrantsr (>= 3.0),
    oro.nifti,
    neurobase,
    fslr (>= 2.4),
    magic,
    randomForest,
    shiny
LazyData: TRUE
RoxygenNote: 6.0.1
Remotes: stnava/ANTsRCore, muschellij2/extrantsr, muschellij2/fslr


back to top