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 commentaires

thanks for the comment
but how can Convert binary sequence to structure of RNA sequence
Walter Roberson
Walter Roberson le 21 Avr 2019
Modifié(e) : Walter Roberson le 21 Avr 2019
Dec = B(1:2:end) * 2 + B(2:2:end);
L = 'UCAG'
Rna = L(Dec+1);

Connectez-vous pour commenter.

Réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by