Entering edit mode
116100016
•
0
@116100016-22156
Last seen 4.9 years ago
I tried using the do novo splice prediction to see if it could detect other splice variants in the androgen receptor. Though it correctly identified the exons, it couldn't identify any of the splice variants in the annotated file. So I was wondering if it is possible to input a custom annotation, or in my case, just add a few more junctions to cover the newly added AR variants from the literature?
What if instead of de novo prediction I just want to add a few hg19 junction coordinates (i.e. [66950000, 66953200]) to the Features object? Is there a way to just add a few in?
You can add junctions manually for a TxFeatures object. But you have to be careful that coordinates are consistent with exons. Junction starts and ends have to coincide with exon ends and start, respectively. Here is an example for TxFeatures object txf_ann that comes with the package:
Hi Leonard,
I have a question regarding to splice graph analysis based on de novo prediction. from the documentation that I followed I notoced for teh de novo prediction you made the TxFeatures object for only specific gene and it saved as in "gr".
and for the annotated prediction you used TxFeatures from TxDb.Hsapiens.UCSC.hg19.knownGene.
The thing that I didn't really understood, how I have to make de novo prediction for all of my genes how I have to creat the object to use as which in the function?
thank you so much in advance! Looking forward to hearing back from you.