I have a sequence of DNA ,I want to transform this sequence to another list of numbers using a methods of AI .
Example:
S=[ACGCACGCAGCCGACGCAGCACCAAGCAGCAG]
after transformation
St=[0.2,0.36,0.3,1.5……]
I tried nothing until now.
I have a sequence of DNA ,I want to transform this sequence to another list of numbers using a methods of AI .
Example:
S=[ACGCACGCAGCCGACGCAGCACCAAGCAGCAG]
after transformation
St=[0.2,0.36,0.3,1.5……]
I tried nothing until now.