compentropy {RaceID} | R Documentation |
Compute transcriptome entropy of each cell
Description
This function computes the transcriptome entropy for each cell.
Usage
compentropy(object)
Arguments
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.
Examples
sc <- SCseq(intestinalDataSmall)
sc <- filterdata(sc)
sc <- compdist(sc)
sc <- clustexp(sc)
sc <- findoutliers(sc)
sc <- comptsne(sc)
ltr <- Ltree(sc)
ltr <- compentropy(ltr)
[Package RaceID version 0.3.5 Index]