Skip to content

Commit f6fab13

Browse files
committed
update from master
update changes from master on the yep-update branch
2 parents 079295d + 078c199 commit f6fab13

3 files changed

Lines changed: 41 additions & 17 deletions

File tree

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# cegrcode.github.io
2+
Pugh Lab Website at Cornell.
3+
4+
From a web technology standpoint this is built using [jekyll](https://jekyllrb.com/). Even though there are other static site generators
5+
that can be deployed and hosted on GitHub, we chose [jekyll](https://jekyllrb.com/) as it is natively supported by GitHub, easy to learn,
6+
easy to integrate and configure DNS services, both GitHub and [jekyll](https://jekyllrb.com/) built using the same programming language
7+
[ruby](https://www.ruby-lang.org/en/) and also it is free to host among other things.
8+
9+
> Note: Even though it is based on ruby, we will not be writing any code in ruby.
10+
11+
### Dependencies
12+
13+
- Install jekyll [requirements](https://jekyllrb.com/docs/installation/).
14+
- Now install [jekyll](https://github.com/CEGRcode/cegrcode.github.io.git) itself.
15+
16+
> Note: This [step-by-step tutorial](https://jekyllrb.com/docs/step-by-step/01-setup/) covers all the basic concepts in building sites with jekyll. Highly recommend
17+
going though it on your local machine for fun. Takes about ~1hr.
18+
19+
### Local development
20+
21+
- Clone the repo from github.
22+
- Make your edits.
23+
- To view your changes type in the below command in your terminal from the root directory.
24+
- `bundle exec jekyll serve`
25+
- This should launch the website locally, usually at `http://localhost:4000/` you do not need MAMP, WAMP or any other platform for developement or production.
26+
27+
### Deployment
28+
29+
- `git push` or `merging` into to the `main` branch of this repo will automatically build and deploy your changes to production. These changes should be visible
30+
within a few minutes depending on time taken by GitHub to process it.
31+
- `CNAME` file contains the DNS entry.
32+
- `.gitignore` is setup to ignore all temporary files generated during local development. Feel free to add others if you need to.
33+

group.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
---
44

55
<div class="container">
6-
<h4>Principal Investigators</h4>
7-
<br />
6+
7+
<h4>Principal Investigator</h4>
8+
<br>
9+
10+
811
<div class="">
912
<ul class="list-unstyled">
1013
<li class="media">

resources.html

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,9 @@ <h4>Yeast Epigenome Project</h4>
1515
</small>
1616
<hr>
1717
<h5>Abstract</h5>
18-
<p>Proteins are architected along eukaryotic chromosomes to maintain chromosome integrity and
19-
regulate thousands of genes. There exists no holistic single-base resolution map of their
20-
structural organization that reflects on genome function. Here we use ChIP-exo to define this
21-
structure in the yeast Saccharomyces. We identified 21 meta-assemblages consisting of >400
22-
proteins related to replication origins, centromeres, subtelomeric regions, transposons, and RNA
23-
polymerase (Pol) I, II, and III transcription units. Most Pol II promoters lacked a regulatory
24-
region by design. These essentially constitutive promoters comprised a short nucleosome-free
25-
region adjacent to a +1 nucleosome, which together bound TFIID to formed a pre-initiation
26-
complex (PIC). Positioned insulators protected core promoters from upstream events. Only 1/5th
27-
of all promoters were architected for inducible regulation, wherein combinations of 78 sequence24 specific transcription factors bound upstream to create a nucleosome-depletable regulatory
28-
region. We describe their structural interactions with the genome and cognate cofactors,
29-
including nucleosomal and transcriptional regulators RPD3-L, SAGA, NuA4, Tup1, Mediator,
30-
and SWI/SNF. Together their assemblages are linked to PIC assembly involving primarily TBP
31-
rather than TFIID to achieve a defined integrated network of regulated transcription.
32-
</p>
18+
<p>
19+
The genome-wide architecture of chromatin-associated proteins that maintains chromosome integrity and gene regulation is ill defined. Here we use chromatin immunoprecipitation, exonuclease digestion and DNA sequencing (ChIP–exo/seq) to define this architecture in Saccharomyces cerevisiae. We identify 21 meta-assemblages consisting of roughly 400 different proteins that are related to DNA replication, centromeres, subtelomeres, transposons, and transcription by RNA polymerase (Pol) I, II and III. Replication proteins engulf a nucleosome, centromeres lack a nucleosome, and repressive proteins encompass three nucleosomes at subtelomeric X-elements. We find that most promoters associated with Pol II evolved to lack a regulatory region, having only a core promoter. These constitutive promoters comprise a short nucleosome-free region (NFR) adjacent to a +1 nucleosome, which together bind the transcription-initiation factor TFIID to form a preinitiation complex (PIC). Positioned insulators protect core promoters from upstream events. A small fraction of promoters evolved an architecture for inducibility, whereby sequence-specific transcription factors (ssTFs) create a nucleosome-depleted region (NDR) that is distinct from an NFR. We describe structural interactions among ssTFs, their cognate cofactors and the genome. These interactions include the nucleosomal and transcriptional regulators RPD3-L, SAGA, NuA4, Tup1, Mediator and SWI–SNF. Surprisingly, we do not detect interactions between ssTFs and TFIID, suggesting that such interactions do not stably occur. Our model for gene induction involves ssTFs, cofactors and general factors such as TBP and TFIIB, but not TFIID. By contrast, constitutive transcription involves TFIID but not ssTFs and cofactors. From this, we define a highly integrated network of gene regulation by ssTFs.
20+
</p>
3321
<!-- image grid or slideshow of screenshots -->
3422
<hr>
3523
<div class="d-flex justify-content-end">

0 commit comments

Comments
 (0)