https://github.com/ctlab/phantasus
Raw File
Tip revision: cf8e5559808b24cdcb78eaf0dd1ec95238c38381 authored by Vladislav Kamenev on 29 October 2018, 14:31:24 UTC
Updated tutorial
Tip revision: cf8e555
DESCRIPTION
Package: phantasus
Title: Visual and interactive gene expression analysis
Version: 1.1.6
Authors@R: c(person("Daria", "Zenkova", email = "daria.zenkova.cs@gmail.com", role = "aut"),
             person("Vladislav", "Kamenev", role = "aut"),        
             person("Rita", "Sablina", role = "ctb"),        
             person("Maxim", "Artyomov", 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.5)
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, stringr, fgsea, svglite, gtable, stats,
        Matrix, Matrix.utils, pheatmap, scales, ccaPP, grid, grDevices
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
Suggests: testthat, BiocStyle, knitr, rmarkdown, data.table
VignetteBuilder: knitr
NeedsCompilation: no
back to top