Code Monkey home page Code Monkey logo

Comments (7)

dviraran avatar dviraran commented on July 30, 2024

[1] "Num. of genes: 0"

This means that the rownames in your data are not gene symbols. xCell assumes that you are using gene symbols and not some other gene ids.

Best,
Dvir

from xcell.

tjer1ryom avatar tjer1ryom commented on July 30, 2024

Thank for your reply!
According to your prompt, I rechecked the column of gene symbols (rownames) and confirmed that they indeed represent genes. However, it includes pseudogenes and mitochondrial genes, etc. It may be a problem.
Additionally, I attempted to integrate the gene expression data into another dataset and found that it can be analyzed normally, which confuses me. The data I am analyzing has undergone log2 transformation and limma differential analysis. I am not sure if this has an impact, or if I should analyze the original data.
I've uploaded the gene expression matrix file. If you could spare a moment to see where something might have gone wrong, I'd be very grateful!
Yours,
Tj
GSE77167_norm_exp_data.txt

from xcell.

tjer1ryom avatar tjer1ryom commented on July 30, 2024

The same problem also occurs here, only endured background correction, rma normalizaion and gene expression index calculation of probe intensities.
Really want to konw the cause and the solution, pls QAQ
Sorry for my disturbance.
GSE122626_norm_exp_data.txt

from xcell.

dviraran avatar dviraran commented on July 30, 2024

For some reason you have an extra space in all the gene names. rownames(a) = gsub(' ','',rownames(a)) should fix that...

from xcell.

tjer1ryom avatar tjer1ryom commented on July 30, 2024

Apologize for my silence for weeks, and thank for your reply from the bottom of my heart!
However, there's another issue emerged:

  • xcell<-xCellAnalysis(GSE75050.norm, rnaseq=F)
  • [1] "Num. of genes: 10514"
  • Error: useNames = NA is defunct. Instead, specify either useNames = TRUE or useNames = FALSE.

The same data can be analysied in the web xcell, so i wonder what's wrong and how can i figure it out. (i have updated all packages and changed network enviroment)
Thanks again!
Yours,
Tj

from xcell.

dviraran avatar dviraran commented on July 30, 2024

It's an issue with the matrixStats package. It made havoc throughout many packages. You need to upgrade your BioConductor and all associated with packages.

Best,
Dvir

from xcell.

tjer1ryom avatar tjer1ryom commented on July 30, 2024

I conquer it! tooooooooooo much appreciation for you!!!
Wish you a wonderful 2024! :)
Yours,
Tj

from xcell.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.