Protein sequence manipulation for adding elements before or after the sequence.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Nedz
el 31 de Mzo. de 2020
Comentada: Peng Li
el 9 de Abr. de 2020
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 comentarios
Respuesta aceptada
Peng Li
el 31 de Mzo. de 2020
The easiest way to add N zeros before it can be done by:
[repmat('0', 1, N) yourProSeq];
5 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Genomics and Next Generation Sequencing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!