Generate density plot for methylation data
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Chip Seq Analysis of RNA Polymerase 2
written by Gaurav •I am analysing chip-seq data of RNA Pol-2 generated in our lab. But I am not getting the desired peaks on genes. Can somebody help? …
-
Consistent cluster coloring
written by solo.albif •Hi, I am using Seurat to create a UMAP plot with DimPlot, three spatial plots with ImageDimPlot and a heatmap plot with DoHeatmap: ![enter image …
-
nanopore data analysis methylation modification
written by Domi •Hi all I have two sets of nanopore DNA sequencing data (experimental group and control group). Using the mCaller tool, I extracted the 6mA methylation …
-
plotProfile weird methylation fraction
written by Mario •I am trying to plot a methylation fraction matrix, however i got a weird methylation distribution using TSS as reference point. Could anyone tell me …
-
How to make a Dotplot like this in R for my clustered single cell data set
written by paria •Hello all, I did my single cell analysis in Seurat. I would like to make a dot plot like the below one with dendrogram. Anybody …
-
Plots for DNA methylation vs Gene Expression
written by sswang25 •I have trying to visualize the correlation between DNA methylation and Gene expression in my dataset of 52 unique samples. I have DNA methylation beta …
-
Density Plot using Noob Normalisation vs Quantile Normalisation
written by mikat •Why is the density plot using noob normalization not smoother than Quantile normalization? Does it indicate something regarding the data? ![enter image description here][1] [1]: …
-
Why my `Percent duplicates` in a shallow sequencing is too high?
written by 631079064 •I made a 10x snATAC-seq library and do a shallow sequencing of 5G. Typically, the `Percent duplicates` is less than 20%. However, my library had …
-
R script or package for nested bubble plot
written by Confused_human •Looking for R script or package that can make a nested bubble plot like this. ![enter image description here][1] [1]: /media/images/89e75cf7-da91-4d2f-87f1-dbd61249
-
What does the black lines mean in the IGV track
written by yliueagleI am wondering what do the pieces of black lines between the coverage and reads mean? Thanks if anybody knows ![enter image description here][1] [1]: …
the general idea will likely be something like 1. get a BED file containing the methylation score at each CpG for both your conditions 2. Read into R, extracting the score column from each BED file 3. Create 2D density map e.g. https://r-graph-gallery.com/2d-density-plot-with-ggplot2.html