Protein sequence manipulation for adding elements before or after the sequence.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
how do i add zeros to both ends or one end (before or after) of a protein sequence?
Example:
a protein sequence is given as 'ITYTDCTESGQDLCLCEGSDVCGKGNKCILGSNGEENQCVTGEGTPKPQSHNDGDFEEIPEEYLQ'
how do i add zeros at the beginning before the first element of the sequence?
0 commentaires
Réponse acceptée
Peng Li
le 31 Mar 2020
The easiest way to add N zeros before it can be done by:
[repmat('0', 1, N) yourProSeq];
5 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Genomics and Next Generation Sequencing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!