Learn R Programming

RaceID (version 0.3.9)

compentropy: Compute transcriptome entropy of each cell

Description

This function computes the transcriptome entropy for each cell.

Usage

compentropy(object)

Value

An Ltree class object with a vector of entropies for each cell in the same order as column names in slot sc@ndata.

Arguments

object

Ltree class object.

Examples

Run this code
sc <- SCseq(intestinalDataSmall)
sc <- filterdata(sc)
sc <- compdist(sc)
sc <- clustexp(sc)
sc <- findoutliers(sc)
sc <- comptsne(sc)
ltr <- Ltree(sc)
ltr <- compentropy(ltr)

Run the code above in your browser using DataLab