Question
May 14, 2009 at 01:59 AM
ladycoder

splitting without delimiters..

by ladycoder . Updated 17 years, 4 months ago

hi

i need to split a string ATTATCGATGATATTATTGGTCTTATTTGT into each alphabet..

after splitting each index of the array should hold each alphabet eg. splitseq (0) = A, splitseq(1) = T n so on till the end of the sequence..

FYI its a gene sequence and im using vb.net

pls reply urgently…..!!!!

This discussion is locked

All Comments