Skip to content
12 changes: 12 additions & 0 deletions Model/lib/wdk/model/records/geneRecord.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@
<reporter name="singleGene" displayName="Arbitrary information about a single gene (multiple formats provided)" scopes=""
implementation="org.apidb.apicommon.model.report.SingleGeneReporter">
</reporter>

<reporter name="aiExpression" displayName="AI summary of transcriptomics data for a single gene" scopes=""
implementation="org.apidb.apicommon.model.report.ai.SingleGeneAiExpressionReporter">
</reporter>

<!--
<reporter name="fullRecordDump" displayName="Text SLOW: choose from columns and/or tables"

Expand Down Expand Up @@ -371,6 +376,13 @@
<columnAttribute name="show_strains" displayName='HAH' />
<columnAttribute name="location_text" displayName="Genomic Location" help="Contig/Chromosome:start-end(strand)" />

<textAttribute name="ai_expression" displayName="AI Expression Summary"
help="This experimental feature uses AI to help interpret the gene's expression data shown in the &quot;Transcript Expression&quot; section further down the page. First, the AI analyzes each individual experiment using its numeric data and metadata to generate a one-sentence summary and an estimated biological relevance score. Then, those per-experiment summaries are grouped into topics to highlight common expression patterns across experiments." >
<display>YES</display>
<text>YES</text>
</textAttribute>


</attributeQueryRef>


Expand Down
1 change: 1 addition & 0 deletions Model/lib/wdk/ontology/individuals.txt
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ GeneRecordClasses.GeneRecordClass.FacetMetadata http://edamontology.org/topic_33
GeneRecordClasses.GeneRecordClass.FungiVBOrgLinkoutsTable http://edamontology.org/topic_3308 Transcriptomics GeneRecordClasses.GeneRecordClass table FungiVBOrgLinkoutsTable gene record-internal

GeneRecordClasses.GeneRecordClass.ContXAxisMetadata http://edamontology.org/topic_3308 Transcriptomics GeneRecordClasses.GeneRecordClass table ContXAxisMetadata gene record-internal
GeneRecordClasses.GeneRecordClass.ai_expression http://edamontology.org/topic_3308 Transcriptomics GeneRecordClasses.GeneRecordClass attribute ai_expression gene 2 record
GeneRecordClasses.GeneRecordClass.TranscriptionSummary http://edamontology.org/topic_3308 Transcriptomics GeneRecordClasses.GeneRecordClass table TranscriptionSummary gene 2 record
GeneRecordClasses.GeneRecordClass.ExpressionGraphs http://edamontology.org/topic_3308 Transcriptomics GeneRecordClasses.GeneRecordClass table ExpressionGraphs gene 3 record
GeneRecordClasses.GeneRecordClass.UserDatasetsTranscriptomicsGraphs http://edamontology.org/topic_3308 Transcriptomics GeneRecordClasses.GeneRecordClass table UserDatasetsTranscriptomicsGraphs gene 4 record
Expand Down