compute_knn | R Documentation |
compute knn
compute_knn(
comb.dat,
select.genes,
ref.list,
select.sets = names(comb.dat$dat.list),
select.cells = comb.dat$all.cells,
k = 15,
method = "cor",
self.method = "RANN",
batch.size = 10000,
mc.cores = 1
)
comb.dat |
|
select.genes |
|
ref.list |
|
select.sets |
|
select.cells |
|
k |
|
method |
|
self.method |
|
batch.size |
|
mc.cores |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.