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 .rowNamesDF<-(x, value = value) : duplicate 'row.names' are not allowed #5

Open
shregeno8 opened this issue Aug 26, 2022 · 10 comments
Labels
bug Something isn't working

Comments

@shregeno8
Copy link

Hi this is the log from the run

── Computing Uniform Manifold Approximation and Projection (UMAP) ──

✔ UMAP was computed successfully with PCA input
✔ Successfully added 2 reducedDim slots: PCA, UMAP_PCA
✔ Pseudobulking completed (0.08 minutes taken).
✔ SingleCellExperiment successfully annotated with pseudobulk plots:
• sce@metadata$pseudobulk_rd_plots$PCA
• sce@metadata$pseudobulk_rd_plots$UMAP_PCA
• sce@metadata$pseudobulk_plots$combined_heatmap
Error in .rowNamesDF<-(x, value = value) :
duplicate 'row.names' are not allowed
Calls: annotate_merged_sce ... row.names<- -> row.names<-.data.frame -> .rowNamesDF<-
In addition: Warning message:
non-unique values when setting 'row.names': ‘NA_pNF_AACGGGATCCATTTGT-1’, ‘NA_pNF_AATTCCTTCTTGGTGA-1’,

@shregeno8 shregeno8 added the bug Something isn't working label Aug 26, 2022
@shregeno8
Copy link
Author

This is my example Sample sheet
Screenshot 2022-08-26 at 17 04 18

@combiz
Copy link
Owner

combiz commented Aug 26, 2022

Hi Shri, can you try individual column values without underscores? e.g. pNF10

@shregeno8
Copy link
Author

Hello Thanks for replying.
I tried that and same error.

@combiz
Copy link
Owner

combiz commented Aug 26, 2022

This will need patching, but a quick fix should be to make the manifest column the first in the sample sheet.

@shregeno8
Copy link
Author

So everything works well till this step(please see the photos which are in order)

Screenshot 2022-08-26 at 17 56 52

Screenshot 2022-08-26 at 17 57 19

Screenshot 2022-08-26 at 17 57 59

@shregeno8
Copy link
Author

This will need patching, but a quick fix should be to make the manifest column the first in the sample sheet.

I will try this and get back. Hoping that it works

Thanks

@shregeno8
Copy link
Author

Hi I tried and unfortunately that doesn't work either.

@combiz
Copy link
Owner

combiz commented Sep 2, 2022

Are you using the latest docker image (0.7.1)?

@shregeno8
Copy link
Author

This is my example Sample sheet
Screenshot 2022-08-26 at 17 04 18

Hi it worked. I had to change my group column in the sample sheet. So basically it does not accept duplicate group names. Strange because there could be cases where all the sample are from same cell lines , so don't really need to separate them by groups.

@combiz
Copy link
Owner

combiz commented Sep 7, 2022

Thanks for filing the issue. Should be fixed in the next version!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants