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 0I 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 0Hi, 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 0Hi 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 0I am trying to plot a methylation fraction matrix, however i got a weird methylation distribution using TSS as reference point. Could anyone tell me …
-
Interpreting SnpEff output plots
written by Alireza 3Hi all. How can we interpret the following bar plot? Why are two exon bars shown in the bar plot? ![enter image description here][1] ![enter …
-
How to make a Dotplot like this in R for my clustered single cell data set
written by paria 11Hello all, I did my single cell analysis in Seurat. I would like to make a dot plot like the below one with dendrogram. Anybody …
-
Density Plot using Noob Normalisation vs Quantile Normalisation
written by mikat 0Why 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 0I 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 3Looking 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 yliueagle 29I 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