You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ,
I run this and its working properly .But i also want to add ENST ids .
What is understand is to change "geneNames" to the name allocated by ballgown to transcripts id in this syntax--- t_name =ballgown::geneNames(bg_chrX).
I am able to get that name .Can you please help me for this .
hey ,
when we use this commandfull_table <- texpr(bg_chrX , 'all') it give use total information about gene transcript id etc .
when I calculate FPKM value for transcript in data it give same number of content as present in full_table .
means - full_table if have 20 row than transcript fpkm also have 20 row and they also have same sequence of gene name so can I copy and paste the row t_name from full_table and use as tanscript name for respected FPKM value .
Its not possible that ballogown is not calculating FPKM on transcript level because feature="transcript" is all about calculation on the bases of transcript present in data that’s my understanding.
Hi ,
I run this and its working properly .But i also want to add ENST ids .
What is understand is to change "geneNames" to the name allocated by ballgown to transcripts id in this syntax--- t_name =ballgown::geneNames(bg_chrX).
I am able to get that name .Can you please help me for this .
Code I am using -----
The text was updated successfully, but these errors were encountered: