https://github.com/muschellij2/ichseg
Raw File
Tip revision: 501dd7fc91a90afd488c705cbb35b582fe57ad30 authored by muschellij2 on 20 June 2017, 02:11:30 UTC
updated travis correctly
Tip revision: 501dd7f
DESCRIPTION
Package: ichseg
Type: Package
Title: Intracerebral Hemorrhage Segmentation of X-Ray Computed Tomography (CT)
    Images
Version: 0.9.4
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 (>= 2.0),
    oro.nifti,
    neurobase,
    fslr (>= 2.4),
    magic,
    randomForest,
    shiny
LazyData: TRUE
RoxygenNote: 6.0.1
Remotes: muschellij2/extrantsr, muschellij2/fslr
back to top