From b1458dccfa564fe81bf7c5b5bb2eebf3e9e7fa2b Mon Sep 17 00:00:00 2001 From: Daniel Clarke Date: Wed, 11 Sep 2024 12:46:35 -0400 Subject: [PATCH] [archs4]: Added missing methods for signature resolve --- components/service/archs4/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/service/archs4/index.tsx b/components/service/archs4/index.tsx index 7734c766..8bec69a2 100644 --- a/components/service/archs4/index.tsx +++ b/components/service/archs4/index.tsx @@ -161,6 +161,7 @@ export const ARCHS4SignatureResolve = MetaNode(`ARCHS4SignatureResolve`) .story(props => ({ abstract: `Gene expression for published samples was obtained from ARCHS4\\ref{doi:10.1038/s41467-018-03751-6}.`, introduction: `All RNA-seq and ChIP-seq sample and signature search (ARCHS4)\\ref{doi:10.1038/s41467-018-03751-6} is a resource providing access to gene counts uniformly processed from all human and mouse RNA-seq experiments from the Gene Expression Omnibus (GEO) and the Sequence Read Archive (SRA).`, + methods: `The GEO study samples were taken from processed ARCHS4\\ref{doi:10.1038/s41467-018-03751-6} matrix using the ARCHS4 API.`, legend: `A table showing the basic structure and shape of the gene count matrix. Rows represent columns, columns represent genes, and values show the number of mapped reads.`, })) .build()