- Home
- Bioconductor 3.23
- Software Packages
- phantasus (development version)
phantasus
This is the development version of phantasus; for the stable release version, see phantasus.
Visual and interactive gene expression analysis
Bioconductor version: Development (3.23)
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.
Author: Maxim Kleverov [aut], Daria Zenkova [aut], Vladislav Kamenev [aut], Margarita Sablina [ctb], Maxim Artyomov [aut], Alexey Sergushichev [aut, cre]
Maintainer: Alexey Sergushichev <alsergbox at gmail.com>
citation("phantasus")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("phantasus")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("phantasus")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.