diff --git a/immuscreen/public/assets/phenotype.png b/immuscreen/public/assets/phenotype.png new file mode 100644 index 0000000..80482c3 Binary files /dev/null and b/immuscreen/public/assets/phenotype.png differ diff --git a/immuscreen/public/assets/upset.png b/immuscreen/public/assets/upset.png new file mode 100644 index 0000000..63f9f13 Binary files /dev/null and b/immuscreen/public/assets/upset.png differ diff --git a/immuscreen/src/app/about/page.tsx b/immuscreen/src/app/about/page.tsx index 7f1c1e8..c0b49ee 100644 --- a/immuscreen/src/app/about/page.tsx +++ b/immuscreen/src/app/about/page.tsx @@ -10,7 +10,7 @@ export default function About() { About igSCREEN - Search immune Candidate cis-Regulatory Elements by ENCODE + Search immune Candidate cis-Regulatory Elements igSCREEN is a comprehensive catalog of multi-omic knowledge about human immune cells. It was designed and built by Dr. Zhiping Weng’s and Dr. Jill Moore’s labs at UMass Chan Medical School. For questions or comments please contact us at Zhiping.Weng@umassmed.edu and Jill.Moore@umassmed.edu This work is supported by U01AI173584. diff --git a/immuscreen/src/app/celllineage/UpSetPlot.tsx b/immuscreen/src/app/celllineage/UpSetPlot.tsx index 88a27eb..0a71ac2 100644 --- a/immuscreen/src/app/celllineage/UpSetPlot.tsx +++ b/immuscreen/src/app/celllineage/UpSetPlot.tsx @@ -153,7 +153,7 @@ export default function UpSetPlot({ width, height, data, handleDownload, referen } {/* The set size plot */} - + {setSizeData.map((d, i) => { const barWidth = setSizePlotBarsWidth - (setSizePlotWidthScale(d.count) ?? 0); @@ -213,7 +213,7 @@ export default function UpSetPlot({ width, height, data, handleDownload, referen {/* The intersection plot and circles */} - + {intersectionData.map((d) => { const barWidth = intersectionPlotWidthScale.bandwidth(); diff --git a/immuscreen/src/app/celllineage/page.tsx b/immuscreen/src/app/celllineage/page.tsx index e853b13..9ab1243 100644 --- a/immuscreen/src/app/celllineage/page.tsx +++ b/immuscreen/src/app/celllineage/page.tsx @@ -477,8 +477,8 @@ export default function UpSet() { const HeaderAbout = () => - UpSet Generator - Generate UpSet plots of immune cCREs active in selected cell types. + Immune cCRE Activity by Cell Type + Compare immune cCRE activity between selected immune cell types. How to Use: diff --git a/immuscreen/src/app/icres/page.tsx b/immuscreen/src/app/icres/page.tsx index 4904cb4..e1317db 100644 --- a/immuscreen/src/app/icres/page.tsx +++ b/immuscreen/src/app/icres/page.tsx @@ -229,14 +229,13 @@ export default function Icres() { - - - - + + + + - {value === 0 && adata && { }; return ( - + { height={150} alt="igSCREEN logo" /> - Search immune Candidate cis-Regulatory Elements by ENCODE + Search immune Candidate cis-Regulatory Elements {/* todo, replace this with the Main Search component from SCREEN */}