Skip to content

Commit 4782bc3

Browse files
add schemas
1 parent e6e737c commit 4782bc3

File tree

2 files changed

+292
-210
lines changed

2 files changed

+292
-210
lines changed

current-manifest-schemas/AD.model/AssayScrnaSeqMetadataTemplate_validation_schema.json

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,34 @@
154154
],
155155
"title": "assay"
156156
},
157+
"biasNotes": {
158+
"description": "Further comments on potential cell-type bias introduced by enrichment-based approaches",
159+
"oneOf": [
160+
{
161+
"title": "string",
162+
"type": "string"
163+
},
164+
{
165+
"title": "null",
166+
"type": "null"
167+
}
168+
],
169+
"title": "biasNotes"
170+
},
171+
"enrichmentDetails": {
172+
"description": "Further details regarding the target cell-type enrichment.",
173+
"oneOf": [
174+
{
175+
"title": "string",
176+
"type": "string"
177+
},
178+
{
179+
"title": "null",
180+
"type": "null"
181+
}
182+
],
183+
"title": "enrichmentDetails"
184+
},
157185
"isStranded": {
158186
"description": "Whether or not the library is stranded.",
159187
"oneOf": [
@@ -326,6 +354,24 @@
326354
],
327355
"title": "medianUMIs"
328356
},
357+
"nucleiEnrichmentProtocol": {
358+
"description": "Describes the procedure by which the concentration of an entity of interest in a sample is increased. (nuclei-specific)",
359+
"oneOf": [
360+
{
361+
"enum": [
362+
"VINE-seq",
363+
"other",
364+
"single-nucleus RNA-seq assay"
365+
],
366+
"title": "enum"
367+
},
368+
{
369+
"title": "null",
370+
"type": "null"
371+
}
372+
],
373+
"title": "nucleiEnrichmentProtocol"
374+
},
329375
"numberCells": {
330376
"description": "Number of cells or nuclei sequenced",
331377
"oneOf": [
@@ -546,6 +592,24 @@
546592
],
547593
"title": "specimenID"
548594
},
595+
"targetCellTypeEnrichment": {
596+
"description": "Refers to the process of increasing the proportion of target cell types in a sample.",
597+
"oneOf": [
598+
{
599+
"enum": [
600+
"other",
601+
"vascular intima nuclei",
602+
"vein endothelial cell"
603+
],
604+
"title": "enum"
605+
},
606+
{
607+
"title": "null",
608+
"type": "null"
609+
}
610+
],
611+
"title": "targetCellTypeEnrichment"
612+
},
549613
"totalReads": {
550614
"description": "Total number of sequencing reads from a library",
551615
"oneOf": [

0 commit comments

Comments
 (0)