Package: cellity 1.41.0

Tomislav Ilicic

cellity: Quality Control for Single-Cell RNA-seq Data

A support vector machine approach to identifying and filtering low quality cells from single-cell RNA-seq datasets.

Authors:Tomislav Illicic, Davis McCarthy

cellity_1.41.0.tar.gz
cellity_1.41.0.zip(r-4.7)cellity_1.41.0.zip(r-4.6)cellity_1.41.0.zip(r-4.5)
cellity_1.41.0.tgz(r-4.6-any)cellity_1.41.0.tgz(r-4.5-any)
cellity_1.41.0.tar.gz(r-4.7-any)cellity_1.41.0.tar.gz(r-4.6-any)
cellity_1.41.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
cellity/json (API)
NEWS

# Install 'cellity' in R:
install.packages('cellity', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org'))
Datasets:
  • extra_human_genes - Additional human genes that are used in feature extraction
  • extra_mouse_genes - Additional mouse genes that are used in feature extraction
  • feature_info - Information which genes and GO categories should be included as features. Also defines which features are cell-type independent
  • mES1_features - Real test dataset containing all and common features from the paper
  • mES1_labels - Real test dataset containing annotation of cells
  • param_mES_all - Parameters used for SVM classification
  • param_mES_common - Parameters used for SVM classification
  • sample_counts - Sample gene expression data containing 40 cells
  • sample_stats - Sample read statistics data containing 40 cells
  • training_mES_features - Original training dataset containing all and common features from the paper
  • training_mES_labels - Original training dataset containing annotation of cells

On BioConductor:cellity-1.41.0(bioc 3.24)cellity-1.40.0(bioc 3.23)

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

immunooncologyrnaseqqualitycontrolpreprocessingnormalizationvisualizationdimensionreductiontranscriptomicsgeneexpressionsequencingsoftwaresupportvectormachine

4.18 score 15 scripts 382 downloads 4 exports 61 dependencies

Last updated from:4125340c6b. Checks:1 NOTE, 9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
bioc-checksNOTE231
linux-devel-x86_64OK294
source / vignettesOK301
linux-release-x86_64OK353
macos-release-arm64OK181
macos-oldrel-arm64OK193
windows-develOK235
windows-releaseOK238
windows-oldrelOK230
wasm-releaseOK186

Exports:assess_cell_quality_PCAassess_cell_quality_SVMextract_featuresnormalise_by_factor

Dependencies:AnnotationDbiaskpassBiobaseBiocGenericsBiostringsbitbit64blobcachemclassclicpp11crayoncurlDBIDEoptimRe1071farverfastmapgenericsggplot2glueGO.dbgraphgtablehttrIRangesisobandjsonliteKEGGRESTlabelinglatticelifecycleMASSmatrixStatsmemoisemimemvoutlieropensslorg.Hs.eg.dborg.Mm.eg.dbpkgconfigpngproxyR6RColorBrewerrlangrobustbaseRSQLiteS4VectorsS7scalesSeqinfosgeostatSparseMsystopGOvctrsviridisLitewithrXVector

Introduction to cellity: Classification of low quality cells in scRNA-seq data using R

Rendered fromcellity_vignette.Rmdusingknitr::rmarkdownon May 29 2026.

Last update: 2018-09-06
Started: 2016-02-25

Readme and manuals

Help Manual

Help pageTopics
Quality Control for Single-Cell RNA-seq Datacellity-package
ASSESS CELL QUALITY USING PCA AND OUTLIER DETECTIONassess_cell_quality_PCA
Assess quality of a cell - SVM versionassess_cell_quality_SVM
Additional human genes that are used in feature extractionextra_human_genes
Additional mouse genes that are used in feature extractionextra_mouse_genes
Extracts biological and technical features for given datasetextract_features
Helper Function to create all featuresfeature_generation
Information which genes and GO categories should be included as features. Also defines which features are cell-type independent (common features)feature_info
Real test dataset containing all and common features from the paper (mES1)mES1_features
Real test dataset containing annotation of cellsmES1_labels
Internal multiplot function to combine plots onto a gridmultiplot
Internal function to normalize by library sizenormalise_by_factor
Parameters used for SVM classificationparam_mES_all
Parameters used for SVM classificationparam_mES_common
Plots PCA of all features. Colors high and low quality cells based on outlier detection.plot_pca
Sample gene expression data containing 40 cellssample_counts
Sample read statistics data containing 40 cellssample_stats
Converts all first letters to capital letterssimple_cap
Sums up normalised values of genes to groups.sum_prop
Original training dataset containing all and common features from the paper (training mES)training_mES_features
Original training dataset containing annotation of cellstraining_mES_labels
Internal function to detect outliers from the mvoultier pacakge Modified slightly so that plots are not printeduni.plot