Nitzan Kahn
Followers: 0 Following: 0
Statistik
3 Fragen
0 Antworten
RANG
112.496
of 295.467
REPUTATION
0
BEITRÄGE
3 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
66.67%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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 ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 6 Jahre vor | 1 Antwort | 0