Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
/ cytoplot Public archive

[Deprecated] Package for visualizing high-dimensional single-cell data

License

Notifications You must be signed in to change notification settings

cytomining/cytoplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This package is deprecated and will no longer be supported. Please use at your own risk!

Travis-CI Build Status

cytoplot

Package for visualizing high-dimensional single-cell data

Installation

You may need to install some libraries:

OSX:

brew install fftw libtiff

Ubuntu:

sudo apt-get install -y libfftw3-dev libtiff5 libtiff5-dev 

Install the package:

install.packages("devtools")

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install(version = "3.10")

devtools::install_github("cytomining/cytoplot", 
                         dependencies = TRUE, 
                         build_vignettes = TRUE, 
                         repos = BiocInstaller::biocinstallRepos())

You may need to do run that again in order to build the vignettes correctly (seems like a bug in install_github):

devtools::install_github("cytomining/cytoplot", 
                         dependencies = TRUE, 
                         build_vignettes = TRUE, 
                         force = TRUE,
                         repos = BiocInstaller::biocinstallRepos())

About

[Deprecated] Package for visualizing high-dimensional single-cell data

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages