Tutorial: How to generate PCA plot and heatmaps in R
I recently wrote a tutorial on how to do heatmap and PCA in R. you can follow the link here http://rpubs.com/crazyhottommy/heatmap_demystified
Enjoy!
Tommy
heatmap
pca
rna-seq
r
• 10,279 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: PCA analysis on TCGA bulk RNAseq data
written by Ming Tommy TangHello Bioinformatics lovers, I wrote a tutorial on how to download TCGA RNAseq count data and make a PCA and heatmap with it. https://divingintogeneticsandgenomics.com/post/pca-tcga/ Enjoy! …
-
Blog: How Seurat PCA projection, KNN and MNN for label transfer work
written by Ming Tommy TangHello, I wrote this blog post to understand how PCA projection, KNN and MNN work in Seurat for single-cell label transfer work. https://divingintogeneticsandgenomics.com/post/pca-projection/ Enjoy! Tommy
-
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 …
-
Blog: How to use random forest for clustering
written by Ming Tommy TangHi all, I just wrote this blog post showing how to use random forest as a clustering method. https://divingintogeneticsandgenomics.com/post/use-random-forest-as-a-clustering-method/ Enjoy! Tommy
-
Tutorial: How to convert raw counts to TPM for TCGA data and make a heatmap across cancer types
written by Ming Tommy TangHi all, I wrote this tutorial https://divingintogeneticsandgenomics.com/post/how-to-convert-raw-counts-to-tpm-for-tcga-data-and-make-a-heatmap-across-cancer-types/ Hope it is useful! Happy Learning! Tommy
-
Tutorial: How to do GSEA in R for RNAseq data
written by Ming Tommy TangHi, I made this video to show you how to do GSEA in R and understand the GSEA plot https://www.youtube.com/watch?v=IKCDQEpuJDA The R script is at …
-
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 …
-
Tutorial: A tale of two heatmap function
written by Ming Tommy TangIt is critical to understand how `scale` parameters work inside the heatmap and heatmap.2 function. It is also critical to choose distance measure and linkage …