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