Skip to content

Commit

Permalink
[archs4]: Added missing methods for signature resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
u8sand committed Sep 11, 2024
1 parent 1e91974 commit b1458dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/service/archs4/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b1458dc

Please sign in to comment.