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.
R1SplitReadsUniqueMappedReadsNumber of uniquely mapped R1 reads.
R1SplitReadsUniqueMappingRateRate of unique R1 read mapping.
R1SplitReadsMultiMappedReadsNumber of multimapped R1 reads.
R1SplitReadsMultiMappingRateRate of R1 read multimapping.
R1SplitReadsOverallMappingRateRate of mapping for all R1 reads.
R2SplitReadsUniqueMappedReadsNumber of uniquely mapped R2 reads.
R2SplitReadsUniqueMappingRateRate of unique R2 read mapping.
R2SplitReadsMultiMappedReadsNumber of multimapped R2 reads.
R2SplitReadsMultiMappingRateRate of R2 read multimapping.
R2SplitReadsOverallMappingRateRate of mapping for all R2 reads.
UniqueAlignFinalReads
UniqueAlignDuplicatedReads
UniqueAlignPCRDuplicationRate
CisContactsNumber of chromatin contacts where the two loci are on the same chromosome.
CisCutContacts
CisMultiContacts
CisCutMultiContacts
TransContactsNumber of chromatin contacts where the two loci are on different chromosome.
TransCutContacts
TransMultiContacts
TransCutMultiContacts
ChimericContacts
NoContacts
MappedFragments
DeduppedContacts
ContactsDeduplicationRate
TotalCisContacts
TotalTransContacts
TotalMultiContacts
CisContactsRatio
TransContactsRatio
MultiContactsRatio
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.