added lineage and af count accounting for corrupt data
This commit is contained in:
parent
28d0d68413
commit
409caaf0bc
2 changed files with 77 additions and 40 deletions
|
@ -1,26 +1,28 @@
|
|||
sample,mutationinformation,position,pyrazinamide,mutation_info_labels,drtype,lineage
|
||||
S1,M1A,1,0,DM,MDR,l1
|
||||
S2,M1A,1,1,DM,Pre-MDR,l2
|
||||
S3,M1A,1,1,OM,Sensitive,l1
|
||||
S4,M1A,1,NA,OM,Other,l3
|
||||
S5,M1A,1,1,OM,Pre-XDR,l2
|
||||
S6,M1A,1,1,DM,XDR,l4
|
||||
S7,M1B,1,NA,OM,MDR,l1
|
||||
S8,M1B,1,1,DM,Other,l1
|
||||
S9,M1B,1,NA,DM,Other,l2
|
||||
S10,M1B,1,0,OM,Sensitive,l2
|
||||
S11,M1C,1,NA,OM,Pre-XDR,l3
|
||||
S12,M1C,1,NA,OM,Pre-XDR,l1
|
||||
S13,M1C,1,1,OM,MDR,l1
|
||||
S14,M1C,1,NA,DM,MDR,l2
|
||||
S15,A2B,2,0,OM,Other,l4
|
||||
S16,A2B,2,0,OM,XDR,l4
|
||||
S17,A2C,2,NA,DM,Pre-MDR,l5
|
||||
S18,A2C,2,1,DM,Pre-MDR,l1
|
||||
S19,D3E,3,1,DM,XDR,l2
|
||||
S20,D3E,3,NA,DM,MDR,l2
|
||||
S21,D3E,3,NA,OM,Pre-MDR,l1
|
||||
S22,D3P,3,0,OM,Pre-MDR,l2
|
||||
S23,D3A,3,0,OM,Sensitive,l5
|
||||
S24,P4A,4,NA,OM,Other,l6
|
||||
S25,P5A,5,1,DM,Sensitive,l4
|
||||
id,old,mutationinformation,position,pyrazinamide,mutation_info_labels,drtype,lineage_corrupt,lineage
|
||||
S1,S1,M1A,1,0,DM,MDR,l1; l3; l4 ,l1
|
||||
S2,S2,M1A,1,1,DM,Pre-MDR,l2,l2
|
||||
S3,S3,M1A,1,1,OM,Sensitive,l1,l1
|
||||
S4,S4,M1A,1,NA,OM,Other,l3,l3
|
||||
S5,S5,M1A,1,1,OM,Pre-XDR,l2,l2
|
||||
S6,S6,M1A,1,1,DM,XDR,l4,l3
|
||||
S1,S7,M1B,1,NA,OM,MDR,l1,l1
|
||||
S7,S8,M1B,1,1,DM,Other,l1,l1
|
||||
S8,S9,M1B,1,NA,DM,Other,l2,l2
|
||||
S2,S10,M1B,1,0,OM,Sensitive,l2,l2
|
||||
S3,S11,M1C,1,NA,OM,Pre-XDR,l3,l3
|
||||
S4,S12,M1C,1,NA,OM,Pre-XDR,l1,l1
|
||||
S8,S13,M1C,1,1,OM,MDR,l1,l1
|
||||
S8,S14,M1C,1,NA,DM,MDR,l2,l2
|
||||
S4,S15,A2B,2,0,OM,Other,l4,l4
|
||||
S3,S16,A2B,2,0,OM,XDR,l4,l4
|
||||
S2,S17,A2C,2,NA,DM,Pre-MDR,l5,l5
|
||||
S1,S18,A2C,2,1,DM,Pre-MDR,l1,l1
|
||||
S7,S19,D3E,3,1,DM,XDR,l2,l2
|
||||
S8,S20,D3E,3,NA,DM,MDR,l2,l2
|
||||
S8,S21,D3E,3,NA,OM,Pre-MDR,l1,l1
|
||||
S5,S22,D3P,3,0,OM,Pre-MDR,l2,l2
|
||||
S6,S23,D3A,3,0,OM,Sensitive,l5,l5
|
||||
S7,S24,P4A,4,NA,OM,Other,l6,l6
|
||||
S8,S25,P5A,5,1,DM,Sensitive,l4,l4
|
||||
S8,S26,Q6L,6,1,DM,Others,l2,l2
|
||||
S4,S27,Q6L,6,NA,OM,MDR,l5; l2,l5
|
||||
|
|
|
Loading…
Add table
Add a link
Reference in a new issue