Coder Social home page Coder Social logo

Comments (8)

grst avatar grst commented on July 18, 2024

In GitLab by @szabogtamas on Feb 15, 2020, 16:59

I have fixed the code for VDJ plots I had in the previous attempt of the TCR pipline.
First we have to finish tidying up the current merge requests, but I would propose something like the function at the very end of this notebook.
VDJ_usage.ipynb

from scirpy.

grst avatar grst commented on July 18, 2024

In GitLab by @grst on Feb 18, 2020, 14:44

That looks pretty cool :)

from scirpy.

grst avatar grst commented on July 18, 2024

In GitLab by @szabogtamas on Feb 26, 2020, 17:44

mentioned in merge request !14

from scirpy.

grst avatar grst commented on July 18, 2024

In GitLab by @grst on Mar 16, 2020, 15:08

changed title from VDJ usage as {-a Sankey plot?-} to VDJ usage as {+Sankey plot+}

from scirpy.

grst avatar grst commented on July 18, 2024

In GitLab by @szabogtamas on Mar 25, 2020, 14:19

Ok, so the current implementation was dead slow. The cause is funny: there is a line that groups by the five VDJ loci and then aggregates sum of cell weights (say, cell numbers). Pandas solves this task by creating a row for every possible VDJ combinations (got more than 4 million rows for 30 cells) and the the next step, joining the loci in a single column is applied on all these rows instead of the less than 30 that actually has a value. Takes more than 10 minutes for a simple test.
Taken this inefficiency of the built-in pandas function, I will go with a more verbose, but hopefully faster approach using the valid combinations only.

from scirpy.

grst avatar grst commented on July 18, 2024

In GitLab by @szabogtamas on Mar 25, 2020, 19:57

mentioned in merge request !25

from scirpy.

grst avatar grst commented on July 18, 2024

In GitLab by @grst on Mar 28, 2020, 12:24

closed via merge request !25

from scirpy.

grst avatar grst commented on July 18, 2024

In GitLab by @grst on Mar 28, 2020, 12:24

mentioned in commit 4b76f27

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.