nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/Assay.html

63 lines
No EOL
1.5 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Assay</title>
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
</script>
<script type="text/javascript">
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
</script>
</head>
<body>
<h3>Assay</h3><pre>Defined in file <a href="docsum.asn.html">docsum.asn</a>
C++ class: <a href="../doxyhtml/classCAssay.html">CAssay</a>
Assay ::= SEQUENCE {
attlist SET {
handle VisibleString OPTIONAL,
batch VisibleString OPTIONAL,
batchId INTEGER OPTIONAL,
batchType ENUMERATED {
snpassay (1),
validation (2),
doublehit (3)
} OPTIONAL,
molType ENUMERATED {
genomic (1),
cDNA (2),
mito (3),
chloro (4)
} OPTIONAL,
sampleSize INTEGER OPTIONAL,
population VisibleString OPTIONAL,
linkoutUrl VisibleString OPTIONAL
},
method SEQUENCE {
eMethod SEQUENCE {
attlist SET {
name VisibleString OPTIONAL, --Submitters method identifier
id VisibleString OPTIONAL --dbSNP method identifier
},
--description of deviation from/addition to
-- given method
exception VisibleString
} OPTIONAL
},
taxonomy SEQUENCE {
attlist SET {
--NCBI taxonomy ID for
-- variation
id INTEGER,
organism VisibleString OPTIONAL
},
taxonomy NULL
},
strains SEQUENCE OF VisibleString OPTIONAL,
comment VisibleString OPTIONAL,
citation SEQUENCE OF VisibleString OPTIONAL
}</pre>
</body>
</html>