Skip to content

Commit 39bcfcf

Browse files
feat: added LM portals #4496 (#4500)
1 parent 5e42b25 commit 39bcfcf

File tree

1 file changed

+82
-0
lines changed
  • app/viewModelBuilders/azul/hca-dcp/common/projectMapper/projectEdits

1 file changed

+82
-0
lines changed

app/viewModelBuilders/azul/hca-dcp/common/projectMapper/projectEdits/constants.ts

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1750,4 +1750,86 @@ export const baseProjectEdits: ProjectEdit[] = [
17501750
],
17511751
entryId: "fdadee7e-2097-45d5-bf81-cc280bd8348e",
17521752
},
1753+
{
1754+
analysisPortals: [
1755+
{
1756+
...LUNGMAP_APPS,
1757+
url: "https://www.lungmap.net/dataset/?experiment_id=LMEX0000004402",
1758+
},
1759+
{
1760+
...SHINY,
1761+
url: "https://app.lungmap.net/app/shinycell-mouse-post-flu",
1762+
},
1763+
{
1764+
...CZ_CELLXGENE,
1765+
url: "https://cellxgene.cziscience.com/collections/606dc65c-ebd8-4f93-ac86-d0789c04863f",
1766+
},
1767+
],
1768+
entryId: "4fb36692-6240-4146-a7e6-54543543230c",
1769+
publications: [
1770+
{
1771+
publicationTitle:
1772+
"Longitudinal single-cell profiles of lung regeneration after viral infection reveal persistent injury-associated cell states",
1773+
publicationUrl: "https://pubmed.ncbi.nlm.nih.gov/39818203/",
1774+
},
1775+
],
1776+
},
1777+
{
1778+
analysisPortals: [
1779+
{
1780+
...LUNGMAP_APPS,
1781+
url: "https://www.lungmap.net/dataset/?experiment_id=LMEX0000004403",
1782+
},
1783+
{
1784+
...SHINY,
1785+
url: "https://app.lungmap.net/app/shinycell-ild-natri-2024",
1786+
},
1787+
],
1788+
entryId: "5134c97d-bbdb-4d9d-b483-cdebeaf667b3",
1789+
publications: [
1790+
{
1791+
publicationTitle:
1792+
"Cell-type-specific and disease-associated expression quantitative trait loci in the human lung",
1793+
publicationUrl: "https://pubmed.ncbi.nlm.nih.gov/38548990/",
1794+
},
1795+
],
1796+
},
1797+
{
1798+
analysisPortals: [
1799+
{
1800+
...LUNGMAP_APPS,
1801+
url: "https://www.lungmap.net/dataset/?experiment_id=LMEX0000004390",
1802+
},
1803+
{
1804+
...CZ_CELLXGENE,
1805+
url: "https://cellxgene.cziscience.com/collections/28e9d721-6816-48a2-8d0b-43bf0b0c0ebc",
1806+
},
1807+
],
1808+
entryId: "0229ea32-ef02-489e-b11e-ff15819e22c1",
1809+
},
1810+
{
1811+
analysisPortals: [
1812+
{
1813+
...LUNGMAP_APPS,
1814+
url: "https://www.lungmap.net/dataset/?experiment_id=LMEX0000003691",
1815+
},
1816+
],
1817+
entryId: "e68d2111-316f-4ded-bf49-0ab332488665",
1818+
publications: [
1819+
{
1820+
publicationTitle:
1821+
"Bulk RNA sequencing of human pediatric lung cell populations reveals unique transcriptomic signature associated with postnatal pulmonary development",
1822+
publicationUrl: "https://pubmed.ncbi.nlm.nih.gov/38442187/",
1823+
},
1824+
],
1825+
},
1826+
{
1827+
analysisPortals: [
1828+
{
1829+
...LGEA,
1830+
url: "https://research.cchmc.org/pbge/lunggens/LCA/LCA.html",
1831+
},
1832+
],
1833+
entryId: "ccea5717-a848-4c06-8d2d-d1b694e89441",
1834+
},
17531835
];

0 commit comments

Comments
 (0)