-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pydna documentation Gibson Assembly Literature Example #255
Comments
Hi Peilun, In case you were interested in the in vivo assembly method, which is gaining a lot of traction, especially in the fungal genetic engineering world, you can check out this paper. Another cool paper that relies on this in vivo assembly method is this one-pot assembly in yeast, which I think is super nice. It might be harder to re-create this cause they make +7000 strains but you could make a small example if you like the paper As we discussed in the meeting it is not Gibson per se but similar. Let me know if you have any questions! Lucas |
Hi @JeffXiePL I had a look this morning since I am making some changes to SYC, and was trying to find an example from the literature. Unsurprisingly I had a look at several and I could not manage to reproduce any of the cloning! Anyway, I made something up that I think can be a good example. Cloning a gene from pombe into an expression vector. If you are still looking for a full example, this can be a good one. If you already found something else, you can use that. You can find the files to reproduce it and the code in this comment However, there is an error in the annotation of ase1 due to #262 and #136. The sequence is correct though, so keep a warning in the comments. |
Hello Manu, sorry that it took a while for me to reply. I have also tried to give an example at my notebook in my latest push, from the original Gibson Assembly paper, but I could not get it to work. Two of the primers that the original authors gave in the supplementary information section here would not anneal to the plasmid. I tried searching manually in the plasmid for a matching sequence that would anneal to the primers given by the authors, but I couldn't find it. It would be great if you could help me take a look at my notebook here for the error. I'll reproduce the pombe example if this doesn't work. |
Hey @JeffXiePL, first of all good job navigating the sparse documentation in the paper and finding the right sequences, I had already had a look and given up as I mentioned in the issue. You were almost there! The reason why the code did not work is because you were setting a limit that was too high for the PCR on In any case, it would not have worked with 68 either, because these primers do not entirely align, they have overhangs. For instance, the primer
By setting the Let me know if you manage to get it to work like that! Some extra improvements that you can make:
Again good work at going through the paper documentation, and I hope this increases your awareness about how much tools like pydna and SYC are needed. Even in method papers about cloning with hundreds of citations it can be hard to find your way! |
Again thank you so much for the detailed explanation! I think it's important too to explain the 'limit' parameter, that confused me a lot. I'll make updates to the notebook in the Hackthon! |
Hi @JeffXiePL I have fixed the notebook in one of the last commits: https://github.com/BjornFJohansson/pydna/blob/3a96929d2572d57ce10e0ec8ed59d2eacce358dc/docs/notebooks/Example_Gibson.ipynb You can see that in addition, I am getting the genome directly from genbank instead of having to include the fasta. That's quite handy! |
Hello everyone,
I'm a student of Manu's and I'm writing some documentation for pydna. I'm now writing documentation for the gibson assembly page, and I had been recommended to ask for some useful example from literature that I can include. Would you all have any recommendations?
Peilun
The text was updated successfully, but these errors were encountered: