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
It would be useful to have some of the bionode-seq features in Atom for playing with DNA, RNA, AA sequences in much the same way as https://packagecontrol.io/packages/BioPythonUtils for Sublime Text.
I think some useful features would be:
reverse complement selected DNA/RNA sequence
translate selected DNA/RNA sequence (using standard genetic code)
backtranslate AA sequence to DNA/RNA
sequence search that ignores newlines and space characters and optionally also looks for reverse complement
The text was updated successfully, but these errors were encountered:
I'm actually working on a (neo)Vim plugin for MSA atm, heres ClustalW vs Muscle on some blasted homologs for AT3G27350 from A. thaliana:
Wouldn't mind separating out common pieces so an Atom one can be made as well.
Planning on adding bionode integration later - probably send buffer as stdout into a bionode tool's stdin or something, read back output.
I guess your suggesting Atom because it is JS based, so shouldn't be too hard to wire up some functions.
I guess your suggesting Atom because it is JS based, so shouldn't be too hard to wire up some functions.
Yes, that was my thinking.
Your neoVim plugin looks really cool, though I'm not sure how useful I would find MSAs in a text editor but the more bio plugins for Atom, the better IMO.
It would be useful to have some of the bionode-seq features in Atom for playing with DNA, RNA, AA sequences in much the same way as https://packagecontrol.io/packages/BioPythonUtils for Sublime Text.
I think some useful features would be:
The text was updated successfully, but these errors were encountered: