Mapper
cphasing mapper is designed for process Pore-C or CiFi data, its output two files:
(1) porec table (.porec.gz) which contain high-order contacts
(2) 4DN pairs (.pairs.pqs) which only retain VPCs.
Note
The output of CiFi, still named .porec.gz, contains the same results whether Pore-C or CiFi data.
Examples¶
Process one cell Pore-C data¶
Note
By default, cphasing mapper uses minimap2 as the aligner. You can specify different aligners using the -a or --aligner option:
- minimap2 (default): High-performance standard alignment tool.
- c3align: More valid contacts for polyploids.
Process multiple cells Pore-C data¶
Process together¶
orNote
It will output results using the sample1.porec as the prefix
Submit each cell to the cluster¶
- use multiple scripts to run mapper for each sample
- merge results
Process one cell HiFi-C data¶
Process multiple cells HiFi-C data¶
All the steps of this same with processing in the Pore-C data, with the parameter of --mm2-params "-x map-hifi".