Giter Site home page Giter Site logo

isosceles's People

Contributors

mkabza avatar timbitz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

isosceles's Issues

find_isoswitch - from wf-epi2me single-cell transcript matrix

Hello,

thank you for the isosceles package. I was wondering if it was possible to work from nanopore wf-epi2me single-cell pipeline results with isosceles ?

special emphasis about "find_isoswitch" function that would be great if I didn't need "the Isosceles transcript" in order to make it work.

Best regards

ncpu doesn't seem to work

Hello, I tried to run scrna analysis using your tool by trying the multiprocessing functionality, i.e. adjusting the ncpu parameter. However, when I check my run using the top command, it was capped at 100% cpu usage. What could be the potential problem?

prepare_bam_transcripts.R duplication in hash id

Hi, thanks for the tool and for the great documentation.

In the prepare_bam_transcripts.R line 118, the code asked to verify that the hash id generated are unique. However, the hash id generated is not unique using my dataset. After looking into the code, I realise this was because some of the tx_intron_positions are the same despite having different tx_position (different chromosome). I believe the reason for this was the strands are undetermined, causing the overlapping, and hence generating the same hash_id based on the same tx_intron positions.

I replaced make_hash(tx_intron_positions) by make_hash(paste(tx_position, tx_intron_positions)) in line 112 to give an unique hash_id, do you think this make sense ?

Remark: I also replaced make_hash(.data$intron_positions) into make_hash(paste(.data$position, .data$intron_positions)) for consistency.

Alternatives for DEXSeq DEU test

Hi,
First, thanks for a careful development of this package.
I have been trying several aspects of Isosceles, however, I usually get stuck when I need to run DEXSeq. My dataset is way too big and runs days, sometimes not even managing to get the estimateDispersions step finished after a week. I have tried parallelized it with more cpus (12) and filtering in many ways my dataset to reduce the number of events to test but I still get to run DEXSeq for days. For instance, I ran the window approach, with 1500 events and 480 window columns and it took 2 days to finish.
I read that DEXSeq is not recommended for long datasets, but rather approaches like satuRn or limma. I understand that satuRn only performs DTU test, which is not exactly what is intended with DEXSeq (with testforDEU). Do you have a suggestion to deal with bigger datasets (more than 1000 cells and more than 1000 events)? Could it perhaps edgeR's diffSpliceDGE be adapted for this step?

Thanks,
Mariela

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.