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

Running quantiseq #171

Open
sjb-a11y opened this issue Sep 12, 2024 · 3 comments
Open

Running quantiseq #171

sjb-a11y opened this issue Sep 12, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@sjb-a11y
Copy link

any(duplicated(rownames(exprs_matrix)))
[1] FALSE
res = deconvolute(exprs_matrix, "quantiseq")

Running quantiseq

Running quanTIseq deconvolution module

Gene expression normalization and re-annotation (arrays: FALSE)

Warning: non-unique value when setting 'row.names': ‘entry withdrawn’
Error in .rowNamesDF<-(x, value = value) : 不允许有重复的'row.names'

@sjb-a11y sjb-a11y added the bug Something isn't working label Sep 12, 2024
@joan-yanqiong
Copy link

joan-yanqiong commented Sep 26, 2024

Hi,

I had the exact same problem, I just tried installing "omnideconv/[email protected]", this seems to work for me. Not sure how that impacts the other tools though.

@mlist
Copy link
Collaborator

mlist commented Sep 27, 2024

Could you please provide a minimal example of reproducing this error?

@mlist mlist assigned mlist and LorenzoMerotto and unassigned mlist Sep 27, 2024
@joan-yanqiong
Copy link

Hi, I just moved on and just installed "omnideconv/[email protected]", so I do not have a full reproducible example.

But I was using this code snippet essentially:

 tpm_quantiseq <- tpm
    rownames(tpm_quantiseq) <- toupper(rownames(tpm_quantiseq))
    cell_fractions <- immunedeconv::deconvolute(tpm_quantiseq, "quantiseq", tumor = TRUE, arrays = FALSE, scale_mrna = TRUE) %>% column_to_rownames("cell_type")

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

4 participants