Hi Fawzi,
It’s perfectly OK to answer you own questions, but if you could endeavour to make the answers as thorough as possible for people who may come across this issue in future that would be good.
• 1 views
•
link
Did you do a denovo assembly ? If so, you will have to first add the gene names by using getGenes() and a gtf file. Also check what is the output of indexes(ballgown_obj1)$t2g
Hi Aditi, It is not denovo assembly. he output of
indexes(ballgown_obj1)$t2isCan you post your code here?
Aditi, I am sorry for the late reply. I was fixing my PC.. Below is the code for stringtie and ballgown. Here is the code for stringtie:
stringtie -e -B -p 8 -G ./stringtie_merged.gtf -o ${BALLGOWNDIR}/SRR${A}/SRR${A}.gtf ${HISAT2DIR}/SRR${A}.bamHere is the code for ballgown
I solved the problem, the annotation file did not a gene_name column.
Hi there,
I have the same "." problem. I read your code and basically used the same, but I can't find the solution. How did you solve at the end?
Thanks
Not helping with the problem, but you could simply use a different tool that ballgown. I assume you follow this Nature paper hisat2-stringtie-ballgown? I find this pipeline overly complicated. You do not need to assemble the transcriptome with stringtie in most cases. Here is a more recent alternative that (imho) is much easier to follow https://www.bioconductor.org/packages/devel/workflows/vignettes/rnaseqGene/inst/doc/rnaseqGene.html
Thank you very much. I was also going to try exactly that pipeline but I did not want to leave the ballgown incomplete. :)