Azzera filtri
Azzera filtri

Protein sequence manipulation for adding elements before or after the sequence.

1 visualizzazione (ultimi 30 giorni)
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?

Risposta accettata

Peng Li
Peng Li il 31 Mar 2020
The easiest way to add N zeros before it can be done by:
[repmat('0', 1, N) yourProSeq];
  5 Commenti
Nedz
Nedz il 9 Apr 2020
Modificato: Nedz il 9 Apr 2020
What if i want to add zeroes after the squence (on the right end)?

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Large Files and Big Data in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by