Skip to content

Issues running xCell using the Charoentong signatures #90

@fhartley101

Description

@fhartley101

Hello,

I am having issues running xCell using the Charoentong signatures. This analysis won't run on the webpage and produes the error below. If I select the xCell signatures and use the same dataset the analysis runs successfully, so I don't think it's a problem with my input.
"xCell results: Dear xCell user, We were unable to process the gene expression. The input data should be tab delimited text file of gene expression values. The rows must be human gene symbols. For xCell to work properly the full gene expression profile with all analyzed genes must be uploaded, not a subset of the genes. Please fix the data and try again. Sincerely, xCell team"

Since I couldn't get the webpage to work, I tried to run the analysis using the R package but am running into the same issue as #75. I have tried running both rawEnrichmentAnalysis and xCellAnalysis, and both produce the following error:

rawEnrichmentAnalysis(expr = exprMatrix, signatures = cell_types, genes = rownames(exprMatrix))

[1] "Num. of genes: 25103"
Warning: MulticoreParam() not supported on Windows, use SnowParam()Setting parallel calculations through a MulticoreParam back-end
with workers=4 and tasks=100.
Estimating ssGSEA scores for 28 gene sets.
[1] "Calculating ranks..."
[1] "Calculating absolute values from ranks..."
|===========================================================================| 100%
Error in model.frame.default(formula = scores ~ cell_types) :
variable lengths differ (found for 'cell_types')

If I don't supply my own signatures, the xCellAnalysis runs using default signatures just fine.

Can you please advise?
Fiona

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions