Biological Sequence Pasting Shortcuts
When pasting biological sequences from the clipboard into MATLAB, contaminating characters, such as newlines, must be removed before the sequence can be used. These three shortcuts- take, takes, and protake- paste biological sequences from the clipboard and remove contaminated characters. Take copies nucleotide sequences and allows for degenerate bases. Takes is the strict version of take and only allows for A, C, G, T, and -. Protake replicates take, but for protein sequences, including - for gaps and * for stop. Each shortcut is case insensitive and can be called to assign the output to variables or directly within function expressions. Ex: "seq = takes;" or "[score,algnmnt] = swalign(takes,otherseq,'Alphabet','NT');"
Cita come
Turner Conrad (2025). Biological Sequence Pasting Shortcuts (https://it.mathworks.com/matlabcentral/fileexchange/48951-biological-sequence-pasting-shortcuts), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 |
