Research People Publication Tool News Link Position  

Description of files containing discarded SVs

Each of the five SV filters generates a file in tab-delimited text format containing the discarded SVs. The first row of each file provides headers for the fields except the file generated by SNV filter. The meaning of each field in the file is described in detail below:

ratio filter

field namedescriptionexample value
left_windowchromosome/scaffold ID of the left anchoring windowChr6
startstart position of the left anchoring window10736
endend position of the left anchoring window10960
strandorientation of the abnormal reads mapped within the left windowF
right_windowchromosome/scaffold ID of the right anchoring windowChr6
startstart position of the right anchoring window11326
endend position of the right anchoring window11558
strandorientation of the abnormal reads mapped within the right windowR
SV_typetype of the SVDELETION
#_abnorm_pairsnumber of abnormal read pairs5
LW_normal_pairsnumber of normal read pairs in the left anchoring window1
LW_ratioratio of normal pairs and abnormal pairs in the left anchoring window0.2
RW_normal_pairsnumber of normal read pairs in the right anchoring window11
RW_ratioratio of normal pairs and abnormal pairs in the right anchoring window2.2
max_ratiohigher ratio of normal pairs and abnormal pairs between the left and right anchoring windows2.2


SNV filter

The file containing discarded SVs by SNV filter has no header. For each removed SV, the file first lists the SV information, then provides the SNV information between normal and abnormal reads in the left and/or right anchoring windows of the SV.

Example SV information:

Chr696189711FChr61072110833R27DELETION


Example SNV information:

MC->T;Chr69670C3,., 27TTTTTTTTTTATTTTTTTTTTTTTTTT
MT->C;Chr69707T3,., 4CCCC
MA->C;Chr610773C6AAaaaa27 ,,,,,,,,,,,,,,,,,,,,,,,,,,,


For SV information, the fields correspond to "left_window", "start", "end", "strand", "right_window", "start", "end", "strand", "#_abnorm_pairs", "SV_type". Meanings of these fields are same as those described in "ratio filter".

For SNV information, the meaning of each field is described in the following table:

field No.example valuedescription
1Mtype of the SNV. "M" for single base change, "I" for insertion and "D" for deletion
2C->T;base difference between normal and abnormal reads
3Chr6chromosome/scaffold ID
49670chromosome/scaffold position
5Cbase of reference genome
63sequencing depth at this position by normal reads
7,., base of each normal read at this position
827sequencing depth at this position by abnormal reads
9TTTTTTTTTTATTTTTTTTTTTTTTTTbase of each abnormal read at this position


gap filter

field namedescriptionexample value
left_windowchromosome/scaffold ID of the left anchoring windowChr6
startstart position of the left anchoring window239732
endend position of the left anchoring window240078
strandorientation of the abnormal reads mapped within the left windowF
right_windowchromosome/scaffold ID of the right anchoring windowChr6
startstart position of the right anchoring window241639
endend position of the right anchoring window241982
strandorientation of the abnormal reads mapped within the right windowR
SV_typetype of the SVDELETION
#_of_Nsize of the gap (bp) in the SV region1111
SV_sizesize of the SV (bp)1560
gap_percfraction of gaps in the SV region (gap size / SV size)0.7122


read coverage filter

field namedescriptionexample value
left_windowchromosome/scaffold ID of the left anchoring windowChr6
startstart position of the left anchoring window7841
endend position of the left anchoring window7976
strandorientation of the abnormal reads mapped within the left windowR
right_windowchromosome/scaffold ID of the right anchoring windowChr6
startstart position of the right anchoring window9617
endend position of the right anchoring window9712
strandorientation of the abnormal reads mapped within the right windowF
SV_typetype of the SVDELETION
covered_possize of the SV region covered by normal reads (bp)1617
#_of_Nsize of the gap (bp) in the SV region0
SV_sizesize of the SV (bp)1640
covered_ratiofraction of the SV region covered by normal reads(covered_pos / (SV_size - #_of_N))0.985976


sequencing depth filter

field namedescriptionexample value
left_windowchromosome/scaffold ID of the left anchoring windowChr6
startstart position of the left anchoring window199293
endend position of the left anchoring window199387
strandorientation of the abnormal reads mapped within the left windowR
right_windowchromosome/scaffold ID of the right anchoring windowChr6
startstart position of the right anchoring window816712
endend position of the right anchoring window816802
strandorientation of the abnormal reads mapped within the right windowF
SV_typetype of the SVLARGE_DUPLI
genome_depth_medianmedian of the sequencing depth over the entire genome2
genome_depth_avgmean of the sequencing depth over the entire genome3.946
genome_depth_stdstandard deviation of the sequencing depth over the entire genome8.5
genome_unmapped_ratiofraction of the genome that is not covered by any reads0.2999
dup_depth_medianmedian of the sequencing depth over the SV region2
dup_depth_avgmean of the sequencing depth over the SV region3.497
dup_unmapped_ratiofraction of the SV region that is not covered by any reads0.3004