Package: scDataviz 1.15.0

Kevin Blighe

scDataviz: scDataviz: single cell dataviz and downstream analyses

In the single cell World, which includes flow cytometry, mass cytometry, single-cell RNA-seq (scRNA-seq), and others, there is a need to improve data visualisation and to bring analysis capabilities to researchers even from non-technical backgrounds. scDataviz attempts to fit into this space, while also catering for advanced users. Additonally, due to the way that scDataviz is designed, which is based on SingleCellExperiment, it has a 'plug and play' feel, and immediately lends itself as flexibile and compatibile with studies that go beyond scDataviz. Finally, the graphics in scDataviz are generated via the ggplot engine, which means that users can 'add on' features to these with ease.

Authors:Kevin Blighe [aut, cre]

scDataviz_1.15.0.tar.gz
scDataviz_1.15.0.zip(r-4.5)scDataviz_1.15.0.zip(r-4.4)scDataviz_1.15.0.zip(r-4.3)
scDataviz_1.15.0.tgz(r-4.4-any)scDataviz_1.15.0.tgz(r-4.3-any)
scDataviz_1.15.0.tar.gz(r-4.5-noble)scDataviz_1.15.0.tar.gz(r-4.4-noble)
scDataviz_1.15.0.tgz(r-4.4-emscripten)
scDataviz.pdf |scDataviz.html
scDataviz/json (API)
NEWS

# Install 'scDataviz' in R:
install.packages('scDataviz', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/kevinblighe/scdataviz/issues

On BioConductor:scDataviz-1.15.0(bioc 3.20)scDataviz-1.14.0(bioc 3.19)

bioconductor-package

13 exports 0.91 score 167 dependencies 1 mentions

Last updated 2 months agofrom:b219c0fe3c

Exports:basethemeclusKNNcontourPlotdownsampleByVarimportDatamarkerEnrichmentmarkerExpressionmarkerExpressionPerClustermetadataPlotperformUMAPplotClustersplotSignaturesprocessFCS

Dependencies:abindaskpassbase64encBHBiobaseBiocGenericsbitopsbslibcachemcaToolscliclustercodetoolscolorspacecommonmarkcorrplotcowplotcpp11crayoncrosstalkcurlcytolibdata.tableDelayedArraydeldirdigestdotCall64dplyrdqrngevaluatefansifarverfastDummiesfastmapfitdistrplusflowCoreFNNfontawesomefsfuturefuture.applygenericsGenomeInfoDbGenomeInfoDbDataGenomicRangesggplot2ggrepelggridgesglobalsgluegoftestgplotsgridExtragtablegtoolsherehighrhtmltoolshtmlwidgetshttpuvhttricaigraphIRangesirlbaisobandjquerylibjsonliteKernSmoothknitrlabelinglaterlatticelazyevalleidenlifecyclelistenvlmtestmagrittrMASSMatrixMatrixGenericsmatrixStatsmemoisemgcvmimeminiUImunsellnlmeopensslparallellypatchworkpbapplypillarpkgconfigplotlyplyrpngpolyclipprogressrpromisespurrrR6RANNrappdirsRColorBrewerRcppRcppAnnoyRcppArmadilloRcppEigenRcppHNSWRcppProgressRcppTOMLreshape2reticulateRhdf5librlangrmarkdownROCRrprojrootRProtoBufLibRSpectraRtsneS4ArraysS4VectorssassscalesscattermoresctransformSeuratSeuratObjectshinySingleCellExperimentsitmosourcetoolsspspamSparseArrayspatstat.dataspatstat.explorespatstat.geomspatstat.randomspatstat.sparsespatstat.utilsstringistringrSummarizedExperimentsurvivalsystensortibbletidyrtidyselecttinytexUCSC.utilsumaputf8uwotvctrsviridisLitewithrxfunxtableXVectoryamlzlibbioczoo

scDataviz: single cell dataviz and downstream analyses

Rendered fromscDataviz.Rmdusingknitr::rmarkdownon Jul 05 2024.

Last update: 2021-08-07
Started: 2020-02-15

Readme and manuals

Help Manual

Help pageTopics
Package-wide, non-user function used to set a base 'ggplot2' theme.basetheme
A wrapper function for 'Seurat''s 'FindNeighbors' and 'FindClusters'.clusKNN
Draw a contour plot, typically relating to co-ordinates of a 2-dimensional reduction / embedding, typically contained within a 'SingleCellExperiment' object.contourPlot
Downsample an input data-frame or matrix based on variance.downsampleByVar
Import a data-frame or matrix, and associated metadata, to a 'SingleCellExperiment' object.importData
Find enriched markers per identified cluster and calculate cluster abundances across these for samples and metadata variables.markerEnrichment
Highlight the individual marker expression profile across a 2-dimensional reduction / embedding, typically contained within a 'SingleCellExperiment' object. By default, this function plots the expression profile of 6 randomly-selected markers from your data.markerExpression
Generate box-and-whisker plots illustrating marker expression per k-NN identified cluster. By default, 5 randomly-selected clusters are selected, and the expression profiles of 10 randomly-selected markers are plot across these.markerExpressionPerCluster
Colour shade a 2-dimensional reduction / embedding based on metadata, typically contained within a 'SingleCellExperiment' object.metadataPlot
Perform UMAP on an input data-frame or matrix, or 'SingleCellExperiment' object, using the basic R implementation of UMAP.performUMAP
Highlight cell-to-cluster assignments across a 2-dimensional reduction / embedding.plotClusters
Find enriched markers per identified cluster and visualise these as a custom corrplot.plotSignatures
Input, filter, normalise, and transform FCS expression data.processFCS