Git Product home page Git Product logo

Comments (5)

jw156605 avatar jw156605 commented on August 23, 2024 1

This error message means that there are some cells for which all H factor loading values are 0. This is usually caused by the presence of some cells that have no expression for any of the selected genes. Try checking your seurat object to see if there are any cells with H factor loading values that are all 0, and if so, remove any such cells.

from liger.

jw156605 avatar jw156605 commented on August 23, 2024 1

Also, I don't recommend "regressing out" anything before running LIGER. One of the advantages of our method is that technical factors (mitochondrial percentage, batch, etc.) often get represented as individual factors. You can then remove them simply by not using those factors in downstream analyses. Check out the recent issue on this topic for more info.

from liger.

vkozareva avatar vkozareva commented on August 23, 2024 1

In your Seurat object, the H factor loadings should be available through seurat_obj[['iNMF_raw']]@cell.embeddings -- you can also see how where other components of the factorization are stored in the SeuratWrappers code.

from liger.

StanleyYang01 avatar StanleyYang01 commented on August 23, 2024

Thank you very much for your comments, Joshua!

Could you please instruct how to find out H factor loading values for each cells in a Seurat object? I happened to read your other post using something like:
cells.use = c(names(which(rowSums(liger_obj@H[[1]][,use_these_factors]>0)>0))

Is there a place in Seurat object that store the H factor matrix after running the RunOptimizeALS command?

Thank you!

from liger.

StanleyYang01 avatar StanleyYang01 commented on August 23, 2024

Thank you! Now I can find it!

from liger.

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.