-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from rnabioco/project-3
update proj-3, fix atlas links, update pubs
- Loading branch information
Showing
18 changed files
with
132 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,32 @@ | ||
# lnsc-cell-browser | ||
LNSC cell browser | ||
## lnsc-cell-browser | ||
|
||
### Adding a new publication | ||
|
||
* Add a new entry to pubs.yml, the only information needed for the entry is | ||
the pubmed URL which is added as the "pubmed" field | ||
* Optional links can also be added under the "links" field, | ||
this includes "github", "atlas", and "geo" | ||
* Run pre-build.R to scrape the remaining information for the publication and | ||
to update authors.yml | ||
* Rebuild site | ||
|
||
### Adding a new cell atlas | ||
|
||
* Add the atlas link to the associated publication listed in pubs.yml | ||
* Rebuild site | ||
|
||
### Adding a new project | ||
|
||
* Add project information to projects.yml | ||
* Required fields include, "title", "short", "hypothesis", and "abstract" | ||
* An optional image can also be included | ||
* Edit authors.yml to add authors to the new project | ||
* Run pre-build.R to automatically associate publications with the new project | ||
* Rebuild site | ||
|
||
### Building site | ||
|
||
* Remove directories from previous build (_site, .quarto) | ||
* Run pre-build.R and commit changes | ||
* Render site | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: A specific and portable gene expression program underlies antigen archiving by lymphatic endothelial cells | ||
|
||
image: /images/2024-sheridan-38617225.jpg | ||
subtitle: 'PMID 38617225' | ||
date: 'April 02, 2024' | ||
categories: [Project-1, Project-2, Project-3, Core-C, 2024] | ||
about: | ||
id: about | ||
template: jolla | ||
links: | ||
- text: Pubmed | ||
icon: file-earmark | ||
href: https://pubmed.ncbi.nlm.nih.gov/38617225/ | ||
- text: PDF | ||
icon: filetype-pdf | ||
href: /docs/2024-sheridan-38617225.pdf | ||
--- | ||
|
||
[Ryan Sheridan](https://orcid.org/0000-0003-4012-3147), Thu Doan, Cormac Lucas, Tadg Forward, Aspen Uecker-Martin, [Thomas Morrison](https://scholar.google.com/citations?user=ljkm0eMAAAAJ&hl=en&oi=ao), [Jay Hesselberth](https://scholar.google.com/citations?user=EnOmNEYAAAAJ), [Beth Tamburini](https://orcid.org/0000-0003-1991-231X) | ||
|
||
Antigens from protein subunit vaccination traffic from the tissue to the draining lymph node, either passively via the lymph or carried by dendritic cells at the local injection site. Lymph node (LN) lymphatic endothelial cells (LEC) actively acquire and archive foreign antigens, and archived antigen can be released during subsequent inflammatory stimulus to improve immune responses. Here, we answer questions about how LECs achieve durable antigen archiving and whether there are transcriptional signatures associated with LECs containing high levels of antigen. We used single cell sequencing in dissociated LN tissue to quantify antigen levels in LEC and dendritic cell populations at multiple timepoints after immunization, and used machine learning to define a unique transcriptional program within archiving LECs that can predict LEC archiving capacity in independent data sets. Finally, we validated this modeling, showing we could predict antigen archiving from a transcriptional dataset of CHIKV infected mice and demonstrated in vivo the accuracy of our prediction. Collectively, our findings establish a unique transcriptional program in LECs that promotes antigen archiving that can be translated to other systems. |
Oops, something went wrong.