READemption
READemption copied to clipboard
A pipeline for the computational evaluation of RNA-Seq data
Hi, how do I assign the libraries for paired end data in the reademption deseq command? The names of my reads are like this: 1-hour-1A_p1.fq 1-hour-1A_p2.fq 1-hour-2A_p1.fq 1-hour-2A_p2.fq Where p1...
Hello, I noticed that gene_quanti seems to be using a strangely high amount of memory. The command I'm running is: `reademption gene_quanti -p 4 --features 'gene,cds,region,exon' --project_path READemption_project` I'm using...
The example for multi-species analysis does not work: After investigation, it seems like the Human genome input files coming from EBI cannot be parsed by Segemehl and subsequently the index...
NCBI has an extremely useful tool to download reference genomes, annotations, and reads from their repositories with much less hassle. https://www.ncbi.nlm.nih.gov/datasets/docs/v2/reference-docs/command-line/datasets/ The idea is to integrate this tool in make...
Hi, what are the advantages/disadvantages of using the build_fragments option for paired-end data beside being very time consuming? From my understanding it makes the analysis more precise but to what...
Hi, Which normalization method from the gene_quanti output is used for the Deseq2 analysis? Is there a way to change which normalization approach is used for the Desq2 analysis? Thanks...
Coverage is calculated based on the start and the stop position of an alignment. However, segemehl produced split reads that are very far from each other and in that case...
Hi, the docker image is useful although can't be used by users without root on HPC. I will suggest to change the location of miniconda to non-root directory in docker...
Hello - thank you for engineering such a helpful tool. I'm running through the tutorial and examining the file "gene_wise_quantifications_combined.tsv", which I understand contains genewise/transcript counts along with raw counts....