Alignment(3,:) in seqinsertgaps

3 visualizaciones (últimos 30 días)
Bio_Ing_Sapienza
Bio_Ing_Sapienza el 30 de Nov. de 2018
Comentada: madhan ravi el 4 de Dic. de 2018
Hi guys. There's someone able to explain me why in seqinsertgaps for the alignment (al) I have to choose the first and the third line?i.e al(1,:)
al(3,:) What should be the general criterion? Thanks a lotmatlabimage.png

Respuesta aceptada

Tim DeFreitas
Tim DeFreitas el 30 de Nov. de 2018
The alignment returned by nwalign is a 3xN character array showing the optimal alignment between the two input protein sequences. The first row is the first input sequence, the middle row shows alignment information, and the last shows the second sequence:
>> al(:,1:10)
ans =
3×10 char array
'QKQEIKMNPN'
' ||||'
'------MNPN'
We then use seqinsertgaps to get the original nucleotide sequence, but with the gap information returned by the alignment, so the inputs are the first and third rows of the alignment character vector.
  1 comentario
madhan ravi
madhan ravi el 4 de Dic. de 2018
Bio Ing Sapienza's answer moved here for consistency:
Great!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Genomics and Next Generation Sequencing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by