-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi,
AN error came out when I was running `read.preclustered.datasets, below is my code , I don't konw what was wrong,
DATA.path<-"/media/sf_sharefolder/seurat_human_mm/similarity/"
pooled_env <- initialize.project(datasets = c("E8.5","E9.5","E10.5","E13.5","E14.5",
-
"HE5W", "HE6W","HE7W","HE9W","HE10W","HE13W","HE15W", -
"HE17W","HE20W","HE22W","HE23W","HE24W","HE25W"), -
origins = c("mouseEmbyroheart", "mouseEmbyroheart","mouseEmbyroheart", -
"mouseEmbyroheart","mouseEmbyroheart","humanEmbyroheart","humanEmbyroheart", -
"humanEmbyroheart","humanEmbyroheart","humanEmbyroheart","humanEmbyroheart", -
"humanEmbyroheart","humanEmbyroheart","humanEmbyroheart","humanEmbyroheart", -
"humanEmbyroheart","humanEmbyroheart","humanEmbyroheart"), -
experiments = c("mouseEarly", "mouseEarly","mouseEarly","mouseEarly","mouseEarly", -
"human","human","human","human","human","human","human", -
"human","human","human","human","human","human"), -
data.path = file.path(DATA.path, "robustsingle"), -
work.path = file.path(DATA.path, "robustsingle/analysis"))
pooled_env <- read.preclustered.datasets(pooled_env)
Computing
Loading /media/sf_sharefolder/seurat_human_mm/similarity//robustsingle/analysis/E8.5/not.regressed
Loading /media/sf_sharefolder/seurat_human_mm/similarity//robustsingle/analysis/E9.5/not.regressed
Loading /media/sf_sharefolder/seurat_human_mm/similarity//robustsingle/analysis/E10.5/not.regressed
Loading /media/sf_sharefolder/seurat_human_mm/similarity//robustsingle/analysis/E13.5/not.regressed
Error in read.preclustered.datasets(pooled_env) :
Feature genes mismatch - need to correct dataset binding matching
In addition: Warning message:
In rownames(merged.counts) != rownames(counts) :
longer object length is not a multiple of shorter object length
Please help me. Thanks very much.
Zhaoliyang