recipe bioconductor-singlecelltk

Comprehensive and Interactive Analysis of Single Cell RNA-Seq Data

Homepage:

https://bioconductor.org/packages/3.18/bioc/html/singleCellTK.html

License:

MIT + file LICENSE

Recipe:

/bioconductor-singlecelltk/meta.yaml

The Single Cell Toolkit (SCTK) in the singleCellTK package provides an interface to popular tools for importing, quality control, analysis, and visualization of single cell RNA-seq data. SCTK allows users to seamlessly integrate tools from various packages at different stages of the analysis workflow. A general "a la carte" workflow gives users the ability access to multiple methods for data importing, calculation of general QC metrics, doublet detection, ambient RNA estimation and removal, filtering, normalization, batch correction or integration, dimensionality reduction, 2-D embedding, clustering, marker detection, differential expression, cell type labeling, pathway analysis, and data exporting. Curated workflows can be used to run Seurat and Celda. Streamlined quality control can be performed on the command line using the SCTK-QC pipeline. Users can analyze their data using commands in the R console or by using an interactive Shiny Graphical User Interface (GUI). Specific analyses or entire workflows can be summarized and shared with comprehensive HTML reports generated by Rmarkdown. Additional documentation and vignettes can be found at camplab.net/sctk.

package bioconductor-singlecelltk

(downloads) docker_bioconductor-singlecelltk

versions:
2.12.0-02.10.0-02.8.0-02.4.0-02.2.0-02.0.0-12.0.0-01.8.0-01.6.0-1

2.12.0-02.10.0-02.8.0-02.4.0-02.2.0-02.0.0-12.0.0-01.8.0-01.6.0-11.4.0-11.2.3-0

depends bioconductor-annotationhub:

>=3.10.0,<3.11.0

depends bioconductor-batchelor:

>=1.18.0,<1.19.0

depends bioconductor-biobase:

>=2.62.0,<2.63.0

depends bioconductor-biocparallel:

>=1.36.0,<1.37.0

depends bioconductor-celda:

>=1.18.0,<1.19.0

depends bioconductor-celldex:

>=1.12.0,<1.13.0

depends bioconductor-complexheatmap:

>=2.18.0,<2.19.0

depends bioconductor-delayedarray:

>=0.28.0,<0.29.0

depends bioconductor-delayedmatrixstats:

>=1.24.0,<1.25.0

depends bioconductor-deseq2:

>=1.42.0,<1.43.0

depends bioconductor-dropletutils:

>=1.22.0,<1.23.0

depends bioconductor-eds:

>=1.4.0,<1.5.0

depends bioconductor-ensembldb:

>=2.26.0,<2.27.0

depends bioconductor-experimenthub:

>=2.10.0,<2.11.0

depends bioconductor-ggtree:

>=3.10.0,<3.11.0

depends bioconductor-gseabase:

>=1.64.0,<1.65.0

depends bioconductor-gsva:

>=1.50.0,<1.51.0

depends bioconductor-gsvadata:

>=1.38.0,<1.39.0

depends bioconductor-limma:

>=3.58.0,<3.59.0

depends bioconductor-mast:

>=1.28.0,<1.29.0

depends bioconductor-multtest:

>=2.58.0,<2.59.0

depends bioconductor-s4vectors:

>=0.40.0,<0.41.0

depends bioconductor-scater:

>=1.30.0,<1.31.0

depends bioconductor-scdblfinder:

>=1.16.0,<1.17.0

depends bioconductor-scds:

>=1.18.0,<1.19.0

depends bioconductor-scmerge:

>=1.18.0,<1.19.0

depends bioconductor-scran:

>=1.30.0,<1.31.0

depends bioconductor-scrnaseq:

>=2.16.0,<2.17.0

depends bioconductor-scuttle:

>=1.12.0,<1.13.0

depends bioconductor-singlecellexperiment:

>=1.24.0,<1.25.0

depends bioconductor-singler:

>=2.4.0,<2.5.0

depends bioconductor-summarizedexperiment:

>=1.32.0,<1.33.0

depends bioconductor-sva:

>=3.50.0,<3.51.0

depends bioconductor-tenxpbmcdata:

>=1.20.0,<1.21.0

depends bioconductor-trajectoryutils:

>=1.10.0,<1.11.0

depends bioconductor-tscan:

>=1.40.0,<1.41.0

depends bioconductor-tximport:

>=1.30.0,<1.31.0

depends bioconductor-zellkonverter:

>=1.12.0,<1.13.0

depends bioconductor-zinbwave:

>=1.24.0,<1.25.0

depends r-anndata:

depends r-ape:

depends r-base:

>=4.3,<4.4.0a0

depends r-circlize:

depends r-cluster:

depends r-colorspace:

depends r-colourpicker:

depends r-cowplot:

depends r-data.table:

depends r-dplyr:

depends r-dt:

depends r-enrichr:

>=3.2

depends r-fields:

depends r-ggplot2:

depends r-ggplotify:

depends r-ggrepel:

depends r-gridextra:

depends r-igraph:

depends r-kernsmooth:

depends r-magrittr:

depends r-matrix:

>=1.5-3

depends r-matrixstats:

depends r-metap:

depends r-msigdbr:

depends r-plotly:

depends r-plyr:

depends r-r.utils:

depends r-reshape2:

depends r-reticulate:

>=1.14

depends r-rlang:

depends r-rmarkdown:

depends r-rocr:

depends r-rtsne:

depends r-seurat:

>=3.1.3

depends r-shiny:

depends r-shinyalert:

depends r-shinycssloaders:

depends r-shinyjs:

depends r-soupx:

depends r-tibble:

depends r-vam:

>=0.5.3

depends r-withr:

depends r-yaml:

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install bioconductor-singlecelltk

and update with::

   mamba update bioconductor-singlecelltk

To create a new environment, run:

mamba create --name myenvname bioconductor-singlecelltk

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

   docker pull quay.io/biocontainers/bioconductor-singlecelltk:<tag>

(see `bioconductor-singlecelltk/tags`_ for valid values for ``<tag>``)

Download stats