Skip to content

scplotter is an R package that is built upon plotthis. It provides a set of functions to visualize single-cell sequencing data in an easy and efficient way.

License

Notifications You must be signed in to change notification settings

pwwang/scplotter

Repository files navigation

scplotter scplotter website

scplotter is an R package that is built upon plotthis. It provides a set of functions to visualize single-cell sequencing data in an easy and efficient way.

Installation

remotes::install_github("pwwang/scplotter")
# or
devtools::install_github("pwwang/scplotter")
# or using conda
$ conda install pwwang::r-scplotter

Gallery

scRNA-seq

CellDimPlot

CellStatPlot

ClustreePlot | CellVelocityPlot

FeatureStatPlot

EnrichmentPlot

GSEASummaryPlot | GSEAPlot

VolcanoPlot

CCCPlot (Cell-Cell Communication Plot)

scTCR-seq/scBCR-seq

ClonalVolumePlot | ClonalAbundancePlot | ClonalResidencyPlot | ClonalDynamicsPlot | ClonalCompositionPlot | ClonalOverlapPlot | ClonalGeneUsagePlot

ClonalRarefactionPlot | ClonalGeneUsagePlot | ClonalDiversityPlot | ClonalPositionalPlot

Spatial data

SpatDimPlot | SpatFeaturePlot

Visualization with LLMs

provider <- tidyprompt::llm_provider_openai(api_key = Sys.getenv("OPENAI_API_KEY"))
chat <- SCPlotterChat$new(provider = provider)
chat$ask("Generate a cell-cell communication plot for the cellphonedb_res data.")
# Tool identified:  CCCPlot
# Data object identified:  cellphonedb_res
# Running tool:  CCCPlot

chat$ask("Do a heatmap instead")
# Tool identified:  CCCPlot
# Data object identified:  cellphonedb_res
# Running tool:  CCCPlot

About

scplotter is an R package that is built upon plotthis. It provides a set of functions to visualize single-cell sequencing data in an easy and efficient way.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published