Community Profile

photo

Nitzan Kahn


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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 ...

nästan 6 år ago | 1 answer | 0

1

answer

Question


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...

nästan 6 år ago | 2 answers | 0

2

answers

Question


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...

ungefär 6 år ago | 1 answer | 0

1

answer