Code Monkey home page Code Monkey logo

Comments (9)

vyepez88 avatar vyepez88 commented on July 17, 2024

Hi Dina!
The way we perform the counting in the AS module is:

  • we count all the split reads per sample, irrespective of an annotation file
  • we merge them per cohort (drop group) and generate the splice sites
  • on each splice site, we count the non-split reads
    From what I can see, in your case, the 2 first steps were completed, but the non-split reads did not work. Could it be that your data is not paired-end? For that step we use the featureCounts function from Rsubread. I found a similar error message from yours here: https://support.bioconductor.org/p/9141314/

from drop.

ischeller avatar ischeller commented on July 17, 2024

Hi Dina,
are you sure your bam files indeed contain paired-end reads as specified in your sample annotation? The error seems to indicate that no paired-end reads are found in the featureCounts call that Vicente described.

from drop.

dissakova avatar dissakova commented on July 17, 2024

Thanks for the response!
It's synthetic data, created as forward and reverse .fq files, then mapped to one file using STAR - so yes, definitely paired-end reads, but I'll check if something went wrong during this process.

from drop.

dissakova avatar dissakova commented on July 17, 2024

I've checked my data and it seems some are paired-end, and some are single-end sequencing. Is it possible to compare the two, or do all samples need to be one or the other? Will this cause any caveats I should be aware of?
Thank you @vyepez88 and @ischeller !

from drop.

ischeller avatar ischeller commented on July 17, 2024

Hi @dissakova ,
great that you found the problem!
We don't have experience ourselves for combining a dataset with paired-end and single-end sequencing data, so we can't give advice regarding this. The count produced by FRASER is a fragment count for paired-end data and read count for single-end data, so it's possible that it has an effect on the analysis. Consider splitting your analysis into one for the paired-end and one for the single-end reads if possible.

from drop.

vyepez88 avatar vyepez88 commented on July 17, 2024

and if you want to keep the samples together, simply specifying T/F in PAIRED_END column accordingly for each sample should make the pipeline run

from drop.

dissakova avatar dissakova commented on July 17, 2024

@vyepez88 Thank you! I ended up finding paired-end versions of the single-sequenced samples, and the pipeline works now. Thank you for your help!

from drop.

vyepez88 avatar vyepez88 commented on July 17, 2024

great to hear! for an overview of the samples, you could execute snakemake sampleAnnotation. Good luck!

from drop.

dissakova avatar dissakova commented on July 17, 2024

@vyepez88 Hello Vicente, I actually realized the pipeline wasn't fully completing but instead failing at 99% completion, but still outputting a results file. I've opened a new issue as this seems unrelated to the questions above.

from drop.

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.