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

Sierra dataframe has 0 length #57

Open
top334 opened this issue Dec 26, 2022 · 1 comment
Open

Sierra dataframe has 0 length #57

top334 opened this issue Dec 26, 2022 · 1 comment

Comments

@top334
Copy link

top334 commented Dec 26, 2022

Hi everyone:

I met a problem when I run the DUTest as below, so I find my peaks.seurat@tools$Sierra doesn't have any thing except the rownames.

res.table = DUTest(peaks.seurat,

  •                population.1 = "W-P", 
    
  •                population.2 = "L-P",
    
  •                exp.thresh = 0.1, 
    
  •                #feature.type = c("UTR3", "exon")
    
  •                )
    

[1] "0 expressed peaks in feature types UTR3, exon"
[1] "0 genes detected with multiple peak sites expressed"
[1] "0 individual peak sites to test"
Error in [.data.frame(Tool(apa.seurat.object, "Sierra"), , c("Gene_name", :
选择了未定义的列
image
And my annotation_peak.txt as below:
image

I have no idea why it lost the information of Sierra dataframe when combine the seruat object and annotated peaks. Can anyone help me?

@rj-patrick
Copy link
Contributor

Hi @top334,
Could you please give some more information about the steps you took to create your Seurat object from the Sierra output? Without knowing anything else, I'd say the most likely cause for your issue is a conflict in the names of the cell barcodes in your Seurat object vs the Sierra output.
Cheers,
Ralph

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