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 years 前 | 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...
6 years 前 | 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...
6 years 前 | 1 个回答 | 0