Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 401 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 401 Bytes

CeiTEA: Adaptive hierarchical clustering of single cells with topological entropy

Install

With Julia of version 0.11.*, you can add this package using

using Pkg
Pkg.add("https://github.com/deepomicslab/CeiTEA")

Usage

Please refer to the details in example/sbm_100.jl.

Note

It is recommended to enable multithread when Julia via julia --thread <N> for huge data.