Hou_sim {ClussCluster}R Documentation

A truncated subset of the scRNA-seq expression data set from Hou et.al (2016)

Description

This data contains expression levels (normalized and log-transformed) for 33 cells and 100 genes.

Usage

data(Hou_sim)

Format

An object containing the following variables:

x

An expression data frame of 33 HCC cells on 100 genes.

y

Numerical group indicator of all cells.

gnames

Gene names of all genes.

snames

Cell names of all cells.

groups

Cell group names.

note

A simple note of the data set.

Details

This data contains raw expression levels (log-transformed but not centered) for 33 HCC cells and 100 genes. The 33 cells belongs to three different subpopulations and exhibited different biological characteristics. For descriptions of how we generated this data, please refer to the paper.

Source

https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE65364

References

Hou, Yu, et al. "Single-cell triple omics sequencing reveals genetic, epigenetic, and transcriptomic heterogeneity in hepatocellular carcinomas." Cell research 26.3 (2016): 304-319.

Examples

data(Hou_sim)
data <- Hou_sim$x

[Package ClussCluster version 0.1.0 Index]