Closed andresferben closed 4 months ago
Hello,
We have not yet attempted this approach. Nonetheless, it is technically feasible. The ribotricer tool infers the P-site offset for each read length and merges reads based on the estimated offsets within the detect_orfs.py
script. It is plausible that the P-site offset tags per read, as determined by the PSite algorithm, could be utilized at this stage to supersede the offsets estimated by ribotricer.
For more details, you can refer to the relevant section of the detect_orfs.py
script in the ribotricer repository: detect_orfs.py.
Thanks! I'll take a look at it.
Hi there,
I wanted to ask if you analyzed the feasibility of combining PSite's output with Ribotricer for ORF prediction as you did with Ribo-TISH and RiboCode. Do you think this would be possible?
Thanks