View source: R/clusteringLiger.R
clusteringLiger | R Documentation |
Function that takes a named list of datasets and integrates using LIGER
clusteringLiger( datasets, lambdaValue = 5, kValue = 25, referenceDatasetName, resolutionValue = 0.4, setVariableGenes = FALSE, variableGenes = NULL, num.genesValue = NULL, var.threshValue = 0.2, useiNMF = FALSE, useUINMF = FALSE, unshared.threshValue = NULL )
datasets |
list of named datasets |
lambdaValue |
default 5 |
kValue |
default 25 |
referenceDatasetName |
name of dataset to use as reference dataset |
resolutionValue |
default 0.4 |
setVariableGenes |
default FALSE |
variableGenes |
default NULL |
num.genesValue |
default NULL |
var.threshValue |
default 0.2 |
useiNMF |
default FALSE |
useUINMF |
default FALSE |
unshared.threshValue |
default NULL |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.