You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the Hi-C data mapping, is there a way to output multi-mapped reads (bolded in the log below) separately? Or is there a way to extract only multi-mapped reads from the .pairs file? Thank you!
Number of reads: 191422464.
Number of mapped reads: 179308834.
Number of uniquely mapped reads: 53537168. Number of reads have multi-mappings: 125771666.
Best,
Lindsay
The text was updated successfully, but these errors were encountered:
The multi-mapped reads will have mapq 0, so they will be directly filtered in Chromap's output. The default pair format does not contain MAPQ field, so it might be hard to identify multi-mapped reads based on mapq, where you can use -q 0 to include alignments with mapq 0.
Hi,
For the Hi-C data mapping, is there a way to output multi-mapped reads (bolded in the log below) separately? Or is there a way to extract only multi-mapped reads from the .pairs file? Thank you!
Number of reads: 191422464.
Number of mapped reads: 179308834.
Number of uniquely mapped reads: 53537168.
Number of reads have multi-mappings: 125771666.
Best,
Lindsay
The text was updated successfully, but these errors were encountered: