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
In my application I have need downstream of the "full" TCR sequence, including leader all the way to the constant region. Is it conceivable to alter the references (pad out further into the leader) to capture those reads and assemble more of the TCR sequences?
The text was updated successfully, but these errors were encountered:
I think you probably could use build with reference sequences where you have prepended the leader in front of the V although I'm not sure exactly how nicely IgBLAST will play with those when annotating the files.
Do you need to know the actual leader that was present in your cells or to just have a leader sequence for later expression etc? If the latter then the other option would be to just prepend an appropriate leader sequence to the assembled sequence after it's been reported by TraCeR.
Again, if you don't really need to know the actual sequence then this might suffice for your needs.
The actual leaders and constant regions are typically assembled in the Trinity outputs but are then removed by IgBLAST during final annotation because it doesn't consider them. You may be able to write some additional code that will extract these sequences as appropriate from the original Trinity contigs.
In my application I have need downstream of the "full" TCR sequence, including leader all the way to the constant region. Is it conceivable to alter the references (pad out further into the leader) to capture those reads and assemble more of the TCR sequences?
The text was updated successfully, but these errors were encountered: