Skip to content

Latest commit

 

History

History
74 lines (57 loc) · 3.26 KB

README.md

File metadata and controls

74 lines (57 loc) · 3.26 KB

Forks Stargazers CRAN Version CRAN Downloads


SignacX 2.2.4

Get the most out of your single cell data.
Explore the Website »

View Demo · View Code Base · Request Feature

What is SignacX?

SignacX is software that classifies the cellular phenotype for each individual cell in single cell RNA-sequencing data using neural networks trained with sorted bulk gene expression data from the Human Primary Cell Atlas. To learn more, check out the pre-print, website and code base. You can install SignacX from CRAN by running:

install.packages("SignacX")
library(SignacX)

Contact

Mathew Chamberlain - chamberlainphd@gmail.com

SignacX version history

SignacX 2.2.4 (2021-07-20)

Enabled SignacX to classify datasets >300,000 cells -- fixed a memory allocation issue. First degree nearest KNN neighbors are now used for Shannon entropy calculation for datasets > 100,000 cells.

SignacX 2.2.3 (2021-07-16)

Fixed a typo in the help section for SignacX::MASC.

SignacX 2.2.2

Addressed issues in the GitHub repository: Labeling of individual cell states corresponding to broad cell types.

SignacX 2.2.1

Addressed issues in the GitHub repository: Integration with Seurat 4.0.0 clustering

SignacX 2.2.0 (2021-02-24)

First CRAN release.