compbiomed / celda

Bayesian Hierarchical Modeling for Clustering Single Cell Genomic Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

celdaTsne defaults

joshua-d-campbell opened this issue · comments

Change max.iter = 2500 and distance = "hellinger". Produces cleaner tSNEs

Also, need to add the line:
"distance = match.arg(distance)"
to error check this parameter

commented

Implemented as of #253