Community Profile

photo

Nitzan Kahn


Attivo dal 2018

Followers: 0   Following: 0

Statistiche

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 6 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 6 anni fa | 1 risposta | 0

1

risposta