Hi Haci, I have use this method. which is written in manual of stringtie. I did not use the i option with list of samples because in this method i got error of incorrect path so i use the other method. that is list below...I have run this command for 3 samples . now i have 6 files for gene and transcripts. These six files used in DEseq?
`./ballgown/sample1/sample1.gtf
./ballgown/sample2/sample2.gtf
./ballgown/sample3/sample3.gtf`
I am new to Deseq and R laguage Can you please gave me script of Deseq , I have ead the manual but cant understand it how to start it. I have just install it in my system
I would use tximport to aggregate the abundances to the gene level and then feed this into DESeq2: https://bioconductor.org/packages/release/bioc/vignettes/tximport/inst/doc/tximport.html#stringtie
Hi AT point, I have run this command for all samples python prepDE.py ./ballgown/sample1/sample1.gtf python prepDE.py ./ballgown/sample2/sample2.gtf python prepDE.py ./ballgown/sample3/sample3.gtf
Two output files are generated in each run. Then i renamed files according to sample in command. and now i have 6 files. for next step , I have to run this command for all 3 samples separately? Load gene(/transcript) count matrix and labels
I do not know how to work on Deseq2 . Can you please guide me in detail.