File: MM-explicit.sam

package info (click to toggle)
python-pysam 0.23.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,468 kB
  • sloc: ansic: 158,936; python: 8,604; sh: 338; makefile: 264; perl: 41
file content (27 lines) | stat: -rw-r--r-- 1,083 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@CO	Testing explicit vs implicit base modifications.
@CO	This covers the case where a lack of a signal could be either
@CO	implicitly assumed to be no-mod (default) or assumed to be
@CO	unchecked and require an explicit statement to indicate it was
@CO	looked at and no base modification was observed.
@CO	
@CO	ATCATCATTCCTACCGCTATAGCCT  r1; implicit
@CO	  -  -   ..  -. -     --
@CO	         Mm   M
@CO	  -  -   ..  -. -     --
@CO	         hH   h
@CO	
@CO	ATCATCATTCCTACCGCTATAGCCT  r2; explicit to a small region
@CO	  -  -   ??  ?? ?     --
@CO	         Mm  mM m
@CO	  -  -   ??  ?? ?     --
@CO	         hH  hh h
@CO	
@CO	ATCATCATTCCTACCGCTATAGCCT  r3; mixture
@CO	  -  -   .   -. -     --
@CO	         M    M
@CO	  -  -   ??  ?? ?     --
@CO	         hH  hh h     --
@CO	
r1	0	*	0	0	*	*	0	0	ATCATCATTCCTACCGCTATAGCCT	*	Mm:Z:C+mh,2,0,1;	Ml:B:C,200,10,50,170,160,20
r2	0	*	0	0	*	*	0	0	ATCATCATTCCTACCGCTATAGCCT	*	Mm:Z:C+mh?,2,0,0,0,0;	Ml:B:C,200,10,50,170,10,5,160,20,10,5
r3	0	*	0	0	*	*	0	0	ATCATCATTCCTACCGCTATAGCCT	*	Mm:Z:C+m.,2,2;C+h?,2,0,0,0,0;	Ml:B:C,200,160,10,170,5,20,5