5.3 createMask
Creating a mask BED file
createMask
creates a mask in BED format.
5.3.1 Input
Required inputs :
--bam Input_bam_file.bam |
Input bam file. |
--type type_of_mask |
To indicate the type of mask to be created. Options = depth , nonRef , invariant , variant . |
Optional inputs :
--pmd Input_PMD.txt |
Post-mortem damage parameters (see PMD for generating such a file) |
--recal recal.txt |
Quality score recalibration file (see recal for further information) |
--fasta Input_refrence_genome_file.fasta |
Reference genome to calculate percentage of reference bases that are āNā in window. Used when --maxRefN !=1 or type = nonRef |
Specific Parameters :
--minDepthForMask integer_value |
To create a mask of all sites with depth >= indicated value for which at least one non-ref allele was observed. Used when type = nonRef . Default = 2. |
- See Filter parameters to apply specific filters for bases, reads and parsing window setting.
Engine parameters that are common to all tasks can be found here.