This repository contains materials and notes related to sequencing data analysis and biological experiment protocols. Explore the resources below for detailed information on methods and workflows.
- To download and print the .md files
#example
pandoc --pdf-engine=xelatex -V mainfont="Arial" file.md -o file.pdf
- EMBL-EBI Online Training Courses - Comprehensive list of courses
- 3rd International Workshop on the Epigenetics of Osteoarthritis - OA Related
The important book I bought for learning Bioinformatics
- cell-line-to-command-line
- practical computing for biologists it covers regular expression, Unix commands and some python stuffs that directly related to biology
- Statistical Models
- Statistical Analysis for Mendelian Randomization (MR) Focus on things that do not change.
- The best statistics books- Statistics will not change. The same statistics concepts will hold for many more years to come. For example, use the binomial distribution to model count data. btw, this is one of the best statistics books for biology: Modern Statistics for modern biology.
- Understand Your Data in R
- The art of R programming, it covers the basics, learn to use packages like dplyr, ggplot2 will greatly reduce the complexity of your code and enhancer your productivity.
- Test the python on vs
- Book maybe useful for you python programming for absolute beginners.
- Linux system has been around for almost 70 years. It is the same unix commands I use every day. Read this book for free
- GitHub Setup and Workflow
- Commonly used command line in HPC
- Van Andel Institute bioinfo workshop 2024-HPC
- Van Andel Institute bioinfo workshop 2024-Intro_to_Linux_for_HPC and my note
-
- Designing project by Vince Buffalo Vince Buffalo has a book which highly recommend: Bioinformatics data skills.
-
- Best Practices for Scientific Computing.The take home message for me is that it is not enough for you to just run the code, get some results and then publish them.
-
- I learned a lot from Tommy Tang, please follow his X https://x.com/tangming2005, he tweets tools and papers. -- Dealing with genomic intervals. He mentioned in the early days, he wrote his script in python doing the same thing as bedtools (published in 2010). He mentioned Dr. Ting Wang also did the same thing, writing a Perl script to do the intersection of genomic regions and found TP53 binds to TEs. See his paper https://www.pnas.org/doi/epdf/10.1073/pnas.0703637104 in 2007. The Bioconductor ecosystem and also has the GenomicRanges package which is the foundation of dealing with genomic intervals
- Protocol for Osteoclast Differentiation from Mouse Bone Marrow Monocytes
- Protocol for Isolation and Culture of Primary Articular Chondrocytes from Mouse Growth Plate
- Protocol for Cut&Run Assay of Mapping DNA-Protein Interactions
- Protocol for In Vitro Cell Stretching Experiments
- Protocol for Collect bone marrow mononuclear cells
- Protocol for Histology: Decalcification and Immunohistochemistry (IHC)
This repository will be continuously updated with additional methods and resources.