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

32 lines
No EOL
1.7 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>PC-AssayPanelTestResult</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>PC-AssayPanelTestResult</h3><pre>Defined in file <a href="pcassay.asn.html">pcassay.asn</a>
C++ class: <a href="../doxyhtml/classCPC__AssayPanelTestResult.html">CPC_AssayPanelTestResult</a>
PC-AssayPanelTestResult ::= SEQUENCE {
mid INTEGER, -- panel member ID, see PC-AssayPanelMemberInfo
-- track association between a group of TIDs and panel member
readout-annot INTEGER {
regular (1), -- to indicate this TID column is a regular readout
outcome (2), -- to indicate this TID column is "outcome" of the particular panel member
score(3), -- to indicate this TID column reports activity score of the particular panel member
-- to be used for neighboring assays
ac (4) -- to indicate this TID column is "active concentration"
-- 'outcome' and 'ac' type of TID are to be used for data analysis
-- across members of panel
-- or across multiple assays including other panel assays
} DEFAULT regular
}</pre>
</body>
</html>