Closed simeonhebrew closed 2 years ago
Hello,
I am unable to use unshared features arguments from LIGER v1.0.0. I would appreciate any leads on what the problem would be.
liger_genes <- selectGenes(liger_shared_norm, var.thresh = 0.1, datasets.use =1 , unshared = TRUE, unshared.datasets = list(2), unshared.thresh= 0.2) Error in selectGenes(liger_shared_norm, var.thresh = 0.1, datasets.use = 1, : unused arguments (unshared = TRUE, unshared.datasets = list(2), unshared.thresh = 0.2)```
liger_genes <- selectGenes(liger_shared_norm, var.thresh = 0.1, datasets.use =1 , unshared = TRUE, unshared.datasets = list(2), unshared.thresh= 0.2)
Hi,
Did you install LIGER from CRAN? To implement UINMF, you will have to install from github, which has incorporated the latest updates on LIGER.
Hello,
I am unable to use unshared features arguments from LIGER v1.0.0. I would appreciate any leads on what the problem would be.
liger_genes <- selectGenes(liger_shared_norm, var.thresh = 0.1, datasets.use =1 , unshared = TRUE, unshared.datasets = list(2), unshared.thresh= 0.2)
Error in selectGenes(liger_shared_norm, var.thresh = 0.1, datasets.use = 1, : unused arguments (unshared = TRUE, unshared.datasets = list(2), unshared.thresh = 0.2)```