Does anybody know about any paper/website describing the wetlab procedure(s) for RNA-seq using the PacBio platfrom?
Does anybody know about any paper/website describing the wetlab procedure(s) for RNA-seq using the PacBio platfrom?
The only source I know of is this poster: http://www.pacificbiosciences.com/pdf/Poster_Full_Length_cDNA_Sequencing_PacBioRS.pdf
I'm not sure about the sample preparation, but you can do alignment with GMAP. Contrary to popular belief, most (>95%) align properly without error correction with another platform. Fortunately, this is distributed across all genes (in the benchmarking I did) and so any isoform is usually detected if there are more than 3 or 4 reads that sample it.
Yup, that's my code, glad you like it. As always, the more the feedback the better.
Blasr performs very poorly on spliced alignment. The introns violate some of the indel assumptions built into the code, and so you will often see part of a transcript mapped but many exons missing. I implemented some of the internals required to do spliced alignment in a blasr framework, but never finished it since it there were diminished returns relative to GMAP out of the box on every dataset I tested. If there is a dataset that defies mapping, let me know.
-mark
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Thanks! It's more than nothing...