Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in read.preclustered.datasets(pooled_env) : Feature genes mismatch - need to correct dataset binding matching #36

Open
zhaoliyang0429 opened this issue Feb 4, 2021 · 2 comments

Comments

@zhaoliyang0429
Copy link

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

@asmagen
Copy link
Owner

asmagen commented Feb 4, 2021 via email

@zhaoliyang0429
Copy link
Author

Thank you very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants