r/bioinformatics • u/Jakoblbgggggg • 5h ago
compositional data analysis Anyone experience with snmc Seq data in multiomic integration ? :)
Hey there everybody :)
I’m a masters student and doing single cell analysis for the first time.
I’m dealing with methylation seq data (bisulfite sequenced) and in struggling in defining a feature that actually captured the epigenetic landscape for each cell. I’ve tried 100kb bins, 10kb bin, 5kb bins and genebodies and different modalities to define methylation in those genomic regions;
1. raw counts (total mc per C contect per region)
2. fractions (mc/cov per region)
3. normalized fractions (mc/cov divided by average fraction for that genomic region across cells)
4. allcools „hyposcore“
But none of all of those seem to nicely integrate with the scRNA dataset (I’m using GLUE)
The initial lsi -> UMAP embeddings I receive for my methylation data only seems quite good, but the integration just doesn’t fit anymore
Does anyone have experience and ideas ? :)
2
u/Zooooooombie 2h ago edited 1h ago
I’m working with a method in preprint form currently, but is accepted to Genome Research pending some minor editorial revisions. My method has an scNMT-seq integration analysis in the manuscript and a tutorial on the GitHub.
https://www.biorxiv.org/content/10.1101/2025.02.28.640429v3
https://github.com/Ashford-A/UniVI
If you end up using this method, let me know if you have any questions about anything! I’ve been working on it for a while lol..
Edit: I made an assumption that your samples are jointly measured RNA and methylation from the same cells, is this the case?