Tutorial: ChIP-seq analysis tutorial
I want to share my tutorial for ChIP-seq analysis
https://github.com/crazyhottommy/ChIP-seq-analysis
I am keep updating it and welcome contributions :)
Ming Tang
chip-seq
• 7,152 views
•
link
updated
by
Ram
•
written
by
Ming Tommy Tang
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Tutorial: How to calculate partial correlation controlling cancer types
written by Ming Tommy TangHello Biostars, I just wrote this tutorial on how to calculate partial correlation. https://divingintogeneticsandgenomics.com/post/partial-cor/ It was for my understanding of using linear models to calculate …
-
Tutorial: SingleCellExperiment object explained with a real-world example
written by Ming Tommy TangHi all, I made a tutorial explaining what is SingleCellExperiment object and use an example you can follow. Script: https://github.com/crazyhottommy/compbio_tutorials/blob/main/scripts/08_intro_to_singleCellExperiment.Rmd Video: https://www.youtube.com/watch?v=eTzh6iWPqeQ Happy Learning! Tommy
-
Tutorial: How to Label the Y Axis with percentage sign and Order Bars in ggplot2 using a single cel…
written by Ming Tommy TangHi all, I made this tutorial on how to plot the percentage of cells in a single cell data in ggplot2 and label the y-axis …
-
Tutorial: download metadata using GEOquery
written by Ming Tommy TangHi, I made this video showing you how to download metadata from GEO using GEOquery. https://www.youtube.com/watch?v=NSoU58IqA3Y The script can be found at https://github.com/crazyhottommy/compbio_tutorials/blob/main/scripts/15_how_to_get_metadata_GEO.Rmd Happy Learning! …
-
Tutorial: How to make a perfect heatmap using RNAseq data
written by Ming Tommy TangHi all, Please find this video tutorial https://www.youtube.com/watch?v=LmZD_a8XZEQ and the Rmarkdown file at https://github.com/crazyhottommy/compbio_tutorials/blob/main/scripts/02_differential_expression_heatmap.Rmd Happy Learning! Tommy
-
Tutorial: How to make a heatmap in R and deep understand it
written by Ming Tommy TangHi all, I made a video on making heatmap with R and how to understand it deeply https://www.youtube.com/watch?v=7fQkPUqusTg&t=1s The Rmarkdown file https://github.com/crazyhottommy/compbio_tutorials/blob/main/scripts/01_how_to_make_a_heatmap.Rmd If you use …
-
merge structural variant calls in bedpe format
written by Ming Tommy TangHi all, I have structural calls represented in bedpe format http://bedtools.readthedocs.org/en/latest/content/general-usage.html#bedpe-format I want to merge the calls with both ends overlapping. similar to this question …
-
check whether two bam files are sequenced from the same sample
written by Ming Tommy TangHi, I have paired ChIP-seq (36bp single-end) and WES (100 bp paired-end) data from the same sample, I want to make sure the samples are …
-
batch effect for ChIP-seq data
written by Ming Tommy TangHi everyone, If I want to compare ChIP-seq data from different sequencing projects, say epigenome roadmap vs ENCODE. How do you normalize across samples? Is …
-
normalize ChIP-seq data by copy number variation
written by Ming Tommy TangHi there, I did some ChIP-seq in cancer cells. cancer genomes have copy number variations. Do you know any tools for normalizing ChIP-seq data for …
Maybe you can also add bwtool to process bigwig files (since most of the ENCODE data is in this format).
I had it there :)