https://github.com/ctlab/phantasus
Revision c46cd1a1f825f804a556efcfee00fcdeef235fa1 authored by Alexey Sergushichev on 28 December 2017, 15:04:24 UTC, committed by Alexey Sergushichev on 28 December 2017, 15:04:24 UTC
1 parent 554ac95
Raw File
Tip revision: c46cd1a1f825f804a556efcfee00fcdeef235fa1 authored by Alexey Sergushichev on 28 December 2017, 15:04:24 UTC
fixes for BiocCheck warnings
Tip revision: c46cd1a
DESCRIPTION
Package: phantasus
Title: Extended project Morpheus with Bioconductor methods
Version: 0.99.23
Authors@R: c(person("Daria", "Zenkova", email = "daria.zenkova.cs@gmail.com", role = c("aut", "cre")),
             person("Joshua", "Gould", email = "jgould@broadinstitute.org", role = "aut"),
             person("Alexey", "Sergushichev", email = "alsergbox@gmail.com", role = "aut"))
Description: This is an extended version of the project Morpheus.
    We are integrating widely used gene epression analysis methods from Bioconductor.
    You can use it in multiple ways, either locally, using servePhantasus-function from this package,
    or on web-sites, that are presented in URL section.
URL: https://artyomovlab.wustl.edu/phantasus,
        https://genome.ifmo.ru/phantasus
BugReports: https://github.com/ctlab/phantasus/issues
Depends: R (>= 3.4)
biocViews: GeneExpression, GUI, Visualization, DataRepresentation, Transcriptomics,
            RNASeq, Microarray, Normalization, Clustering, DifferentialExpression,
            PrincipalComponent
Imports: ggplot2, protolite, Biobase, GEOquery, Rook, htmltools,
        httpuv, jsonlite, limma, opencpu, assertthat, methods, httr, rhdf5,
        utils
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests: testthat, BiocStyle, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
back to top