Protein sequence manipulation for adding elements before or after the sequence.
    2 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
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 Commenti
Risposta accettata
  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
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Genomics and Next Generation Sequencing 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!

