Skip to main content

snm3C Mapping Summary Metrics Overview

The snm3C pipeline outputs a summary CSV file containing trimming, mapping, deduplication, chromatin contact, and ALLC site statistics.

The summary file is generated using the smn3c_summary() function of a custom python3 script.

The snm3C pipeline was adapted from YAP (Yet Another Pipeline) in collaboration with Hanqing Liu, Wei Tian, Wubin Ding, Huaming Chen, Chongyuan Luo, Jingtian Zhou, and the entire laboratory of Joseph Ecker. For more information about the snm3C metrics, please see the YAP documentation created by Hanqing Liu.

MetricDetails
cellThe unique identifier for each cell.
InputReadPairsTotal number of read pairs.
InputReadPairsBPTotal number of base pairs.
TrimmedReadPairsTotal number of trimmed read pairs.
R1WithAdaptersNumber of R1 reads trimmed to remove Illumina adapter.
R1QualTrimBPNumber of R1 base pairs trimmed due to low base quality.
R1TrimmedReadsBPNumber of R1 base pairs remaining after adapter and quality trimming.
R2WithAdaptersNumber of R2 reads trimmed to remove Illumina adapter.
R2QualTrimBPNumber of R2 base pairs trimmed due to low base quality.
R2TrimmedReadsBPNumber of R2 base pairs remaining after adapter and quality trimming.
UniqueMappedReadsNumber of uniquely mapped reads.
UniqueMappingRateRate of unique read mapping.
MultiMappedReadsNumber of multimapped reads.
MultiMappingRateRate of multimapping.
OverallMappingRateRate of mapping for all reads.
R1UniqueMappedReadsNumber of uniquely mapped R1 reads.
R1MultiMappedReadsNumber of multimapped R1 reads.
R1UniqueMappingRateRate of unique R1 read mapping.
R1MultiMappingRateRate of R1 read multimapping.
R1OverallMappingRateRate of mapping for all R1 reads.
R2UniqueMappedReadsNumber of uniquely mapped R2 reads.
R2MultiMappedReadsNumber of multimapped R2 reads.
R2UniqueMappingRateRate of unique R2 read mapping.
R2MultiMappingRateRate of R2 read multimapping.
R2OverallMappingRateRate of mapping for all R2 reads.
UniqueAlignFinalReadsFinal unique mapped total reads after picard deduplication.
UniqueAlignDuplicatedReadsPaired and unpaired duplicated reads.
UniqueAlignPCRDuplicationRateFinalReads /(FinalReads and DuplicatedReads).
CisContactsNumber of chromatin contacts where the two loci are on the same chromosome.
CisCutContactsNumber of read pairs that are split from the same read at the cut site, and map to the same chromosome.
CisMultiContactsCisContacts read pair contains multiple read contacts.
CisCutMultiContactsCisCutContacts read pair contains multiple read contacts.
TransContactsNumber of chromatin contacts where the two loci are on different chromosome.
TransCutContactsNumber of read pairs that are split from the same read at the cut site, and map to different chromosomes.
TransMultiContactsTransContacts read pair contains multiple read contacts.
TransCutMultiContactsTransCutContacts read pair contains multiple read contacts.
ChimericContactsTwo reads that are split from the same read, but not at the cut site; may be due to artificial chimeric synthesis events.
NoContactsNot a contact.
MappedFragmentsTotal number of mapped fragments.
DeduppedContactsTotal number of deduplicated contacts.
ContactsDeduplicationRate(Input_contacts - dedup_contacts) / (input_contacts + 0.00001)
TotalCisContactsTotal number of cis contacts.
TotalTransContactsTotal number of trans contacts.
TotalMultiContactsTotal number of multi contacts (read pair contains multiple read contacts).
CisContactsRatioTotalCisContacts / number of mapped fragments.
TransContactsRatioTotalTransContacts / number of mapped fragments.
MultiContactsRatioTotalMultiContacts / number of mapped fragments.
mCCCmCTotal methylated cytosine in the CCC context.
mCGmCTotal methylated cytosine in the CG context.
mCHmCTotal methylated cytosine in the CH context.
mCCCCovTotal covered cytosine in the CCC context.
mCGCovTotal covered cytosine in the CG context.
mCHCovTotal covered cytosine in the CH context.
mCCCFracFraction of methylated cytosine (mCCCmC) divided by covered cytosine (mCCCCov) in the CCC context.
mCGFracFraction of methylated cytosine (mCGmC) divided by covered cytosine (mCGCov) in the CG context.
mCHFracFraction of methylated cytosine (mCHmC) divided by covered cytosine (mCHCov) in the CH context.