powered by
This function computes the transcriptome entropy for each cell.
compentropy(object)
An Ltree class object with a vector of entropies for each cell in the same order as column names in slot sc@ndata.
Ltree class object.
Ltree
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