This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to merge read count of multiple sample in one fiel to be used for DESeq2 fold change study?

Hi, I have read count of circRNA junctions obtained by analyzing RNA-Seq data. How can I merge these files to calculate fold change using DeSeq2?Some sample may contain junctions that are not detected in other sample or replicate analysis and I need to put zero in that condition. Any help will be appreciated. .

alignment sequencing next-gen rna-seq

DESeq2 has several features for importing data: did you give a look to them? You can find them here

Have you tried full_join() from dplyr?

1 answer

Hi Neu, Did you figure this out? I am looking for a solution to the same problem!! Thank you!

Hi, I used ablebits-ultimate-suite-excel add-in to do this. Before doing this, I made a single table for the identical columns by merging all the sample result files and then sorted them.

Log in to answer this question.