photo

Nitzan Kahn


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

MATLAB Answers

3 Questions
0 Réponses

RANG
63 979
of 297 527

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
66.67%

VOTES REÇUS
0

RANG
 of 20 454

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 159 075

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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

plus de 6 ans il y a | 1 réponse | 0

1

réponse

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

presque 7 ans il y a | 2 réponses | 0

2

réponses

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

presque 7 ans il y a | 1 réponse | 0

1

réponse