Git Product home page Git Product logo

Comments (1)

vkozareva avatar vkozareva commented on August 23, 2024

In the PBMC walkthrough it actually specifies several non-default options with which to run suggestK, whereas this figure looks like it was produced with only the default options. I would recommend one change from the current walkthrough command, which is to run multiple iterations of NMF at each value of k by setting nrep; this might allow you to more easily identify an inflection point in the curve. For example, here is the result from running with the following options:

k.suggest <- suggestK(a.pbmc, num.cores = 5, gen.new = T, return.data = T, plot.log2 = F, 
nrep = 5)

image

While this variation does take longer to run, I think it's more clear the inflection point is somewhere between k=15 and k=25. As the walkthrough states, we selected k=22 (after some inspection of downstream results), but you can try other values of k for similar results. For the supplementary figure in the paper, we set nrep=20 (though I would not recommend this for most analyses as it takes over an hour to run). We'll update the walkthrough with this recommended change; feel free to look at the paper supplement and methods for a more detailed explanation of this heuristic.

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.