How can i coding binary array using RNA coding

Hello every one
pls if any one know .
How can i coding binary array using RNA codingRNA coding?

댓글 수: 3

thanks for the comment
but how can Convert binary sequence to structure of RNA sequence
Walter Roberson
Walter Roberson 2019년 4월 21일
편집: Walter Roberson 2019년 4월 21일
Dec = B(1:2:end) * 2 + B(2:2:end);
L = 'UCAG'
Rna = L(Dec+1);

댓글을 달려면 로그인하십시오.

답변 (0개)

태그

질문:

2019년 4월 20일

편집:

2019년 4월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by