Replacing multiple string values

I have a splitted DNA sequence and their counts that is
GUUA 2 (here GUUA is repeated twice)
UUAG 2
UAGC 2
Then I want to replace these strings with other non terminals, that is GUUA by A and UUAG by B, UAGC by C and so on. How is this possible.

Answers (0)

Categories

Find more on Genomics and Next Generation Sequencing in Help Center and File Exchange

Tags

Asked:

on 6 Jun 2017

Edited:

on 6 Jun 2017

Community Treasure Hunt

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

Start Hunting!