swh:1:snp:da7139cd4da02bec94bc08ca2c24ef3b054abc2b
Raw File
Tip revision: 0c033b47255ebef5d3e17b1a3b4dee9a8abe6387 authored by Alexey Sergushichev on 27 February 2018, 15:55:49 UTC
js tests doesn't work on appveyor :(
Tip revision: 0c033b4
DESCRIPTION
Package: phantasus
Title: Visual and interactive gene expression analysis
Version: 0.99.29
Authors@R: c(person("Daria", "Zenkova", email = "daria.zenkova.cs@gmail.com", role = "aut"),
             person("Vladislav", "Kamenev", email = "kamenev@rain.ifmo.ru", role = "aut"),        
             person("Maxim", "Artyomov", email = "martyomov@wustl.edu", role = "aut"),
             person("Alexey", "Sergushichev", email = "alsergbox@gmail.com", role = c("aut", "cre")))
Description: 
    Phantasus is a web-application for visual and interactive gene expression analysis.
    Phantasus is based on Morpheus – a web-based software for heatmap visualisation 
    and analysis, which was integrated with an R environment via OpenCPU API.
    Aside from basic visualization and filtering methods, R-based methods such 
    as k-means clustering, principal component analysis or differential expression analysis
    with limma package are supported.
URL: https://genome.ifmo.ru/phantasus,
     https://artyomovlab.wustl.edu/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, parallel
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