File: init_score.cpp.stdout

package info (click to toggle)
seqan2 2.4.0%2Bdfsg-14
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 224,136 kB
  • sloc: cpp: 256,886; ansic: 91,672; python: 8,330; sh: 995; xml: 570; makefile: 251; awk: 51; javascript: 21
file content (22 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

Coordinate Products
	A	C	G	T	N
A	0	0	0	0	0
C	0	1	2	3	4
G	0	2	4	6	8
T	0	3	6	9	12
N	0	4	8	12	16
User defined matrix (also Dna5 scoring matrix)...
	A	C	G	T	N
A	1	0	0	0	0
C	0	1	0	0	0
G	0	0	1	0	0
T	0	0	0	1	0
N	0	0	0	0	0
User DNA scoring scheme...
	A	C	G	T	N
A	1	0	0	0	0
C	0	1	0	0	0
G	0	0	1	0	0
T	0	0	0	1	0
N	0	0	0	0	0