![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11460449_1524128194906_DEF.jpg)
Nitzan Kahn
2018년부터 활동
Followers: 0 Following: 0
Feeds
질문
I have a string of DNA bases and I need to count the number of times I have two identical bases at a certain distance from each other.
I have a string of DNA bases and I need to count the number of times I have two identical bases at a certain distance from each ...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
How do I count the total number 'AA' repeats in the text? I managed to count how many times it appears in each cell, but don't know how to add it up.
clear all; %read SeqDNA file Seq_Out_File='./Seq_Out.txt'; fileID=fopen(Seq_Out_File); C=textscan(file...
거의 7년 전 | 답변 수: 2 | 0
2
답변질문
I'm trying to create a random sequence of 100 DNA bases, with an equal number of A,C,G and T, but I can't make it happen.
I'm trying to create a random sequence of 100 DNA bases, with an equal number of A,C,G and T, but I can't make it happen. My cod...
거의 7년 전 | 답변 수: 1 | 0