Coder Social home page Coder Social logo

Comments (6)

grst avatar grst commented on July 18, 2024

In GitLab by @grst on Feb 11, 2020, 11:18

Ideally, we make it configurable. E.g. dropna=True as default option.

In most cases it probably still makes sense to exclude them, because they are most likely other cell-types.

from scirpy.

grst avatar grst commented on July 18, 2024

In GitLab by @szabogtamas on Feb 11, 2020, 11:43

The complication here is that this might affect multiple columns and the user might decide to drop nan in one of the columns but keep them in another. For now, I would go with dropping nan by default, by letting the user supply a whitelist of cells.

from scirpy.

grst avatar grst commented on July 18, 2024

In GitLab by @grst on Feb 11, 2020, 11:49

Wouldn't dropna make mostly sense for the target_col?

If someone wants to filter specificly, he could use dropna=False and just subset the anndata accordingly before plotting:

st.pl.group_abundance(adata[cell_whitelist, :], dropna=False)

from scirpy.

grst avatar grst commented on July 18, 2024

In GitLab by @szabogtamas on Feb 11, 2020, 12:21

In the end it will sure come to this: if the user wants to visualize something for a specific subset of cell, he will have to filter himself. I think this should be ok.

from scirpy.

grst avatar grst commented on July 18, 2024

In GitLab by @grst on Mar 16, 2020, 11:51

I close this for now, to keep things simple.

from scirpy.

grst avatar grst commented on July 18, 2024

In GitLab by @grst on Mar 16, 2020, 11:51

closed

from scirpy.

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.