You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-4Lines changed: 30 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,15 @@
19
19
This module covers the basic analysis and considerations for ChIP-seq, CUT&RUN, and CUT&Tag. Topics include quality control, filtering, alignment, deduplication, peak identification, visualization, and differential analysis of occupancy. Throughout the module, you can explore different considerations for each method as well as unifying themes. This pipeline tutorial is divided into three submodules, which can be taken one after the other, or as standalone lessons covering preprocessing, differential and downstream analysis, and integration of ATAC-seq and RNA-seq.
In this video we introduce chromatin occupancy profiling by high-throughput sequencing and compare ChIP-seq, CUT&RUN, and CUT&Tag. We introduce the example datasets used in this module which profile protein occupancy related to BAF chromatin remodeling, and explain a current molecular model of its function.
<img src="images/UNMC_overview_video_1_thumbnail.jpeg" alt="NIH/NIGMS Sandbox Chromatin Occupancy Video 1", width="550"/>
27
+
</a>
28
+
<br>
29
+
<span> Click above image to watch introductory video </span>
30
+
</p>
23
31
24
32
25
33
## **Background**
@@ -67,8 +75,16 @@ These tutorials were designed to be used on cloud computing platforms, such that
67
75
68
76
With this in mind, our tutorials use Jupyter Notebook files, which Google Cloud Platform, Amazon Web Services, and Microsoft Azure all provide support for. Therefore, requirements should only require the creation of a virtual machine on one of these providers and the downloading of these repository files to the machine.
69
77
78
+
### Module Overview Video
79
+
In this video we introduce chromatin occupancy profiling by high-throughput sequencing and compare ChIP-seq, CUT&RUN, and CUT&Tag. We introduce the example datasets used in this module which profile protein occupancy related to BAF chromatin remodeling, and explain a current molecular model of its function.
@@ -78,10 +94,20 @@ To increase the speed of each step, we recommend creating an instance with 50-10
78
94
79
95
**Note:** To avoid unintended costs, we also recommend following the instructions to configure the virtual machine to auto-shutdown when left idle: [AWS configuration](https://github.com/STRIDES/NIHCloudLabAWS/blob/main/docs/auto-shutdown-instance.md) and [GCP configuration](https://github.com/STRIDES/NIHCloudLabGCP/blob/main/docs/vertexai.md)
80
96
81
-
Once you initialize the machine and open jupyter notebook, clone this repository.
97
+
Once you initialize the machine and open jupyter notebook, clone this repository. <br>
After cloning the repository and navigating to the corresponding folder, you will find 3 notebooks, one for each Submodule. To get started, open the notebook corresponding to Submodule 1 and follow the instructions within.
100
+
After cloning the repository and navigating to the corresponding folder, you will find 3 notebooks, one for each Submodule. To get started, open the notebook corresponding to Submodule 1 and follow the instructions within. <br><br>
101
+
102
+
You can also watch the AWS notebook setup video below for step-by-step instructions:
<img src="images/aws_notebook_setup_thumbnail.jpeg" alt="Creating an AWS SageMaker Notebook Instance", width="550"/>
106
+
</a>
107
+
<br>
108
+
<span> Click above image to watch notebook setup video </span>
109
+
</p>
110
+
85
111
86
112
## **Software Requirements**
87
113
Because this module is hosted on cloud platforms and implemented in Jupyter Lab, the tools required throughout the module are configured via miniconda. Any system with a bash environment running Jupyter Lab should be able to run the module.
0 commit comments