30 lines
No EOL
1.6 KiB
HTML
30 lines
No EOL
1.6 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>PC-AssayTargetInfo</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-AssayTargetInfo</h3><pre>Defined in file <a href="pcassay2.asn.html">pcassay2.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCPC__AssayTargetInfo.html">CPC_AssayTargetInfo</a>
|
|
|
|
|
|
PC-AssayTargetInfo ::= SEQUENCE {
|
|
name UTF8String, -- Molecular name of target
|
|
mol-id CHOICE { -- database and identifier of the target molecule
|
|
gene-id INTEGER, -- target is a NCBI Gene ID
|
|
protein-accession VisibleString, -- target is a NCBI Protein Accession
|
|
nucleotide-accession VisibleString, -- target is a NCBI Nucleotide Accession
|
|
other VisibleString, -- target is beyond supported type (format = TYPE::RESOURCE::IDENTIFIER)
|
|
tax-id INTEGER -- target is a NCBI Taxonomy ID
|
|
},
|
|
organism <a href="BioSource.html">BioSource</a> OPTIONAL, -- <a href="Target.html">Target</a> Organism
|
|
descr UTF8String OPTIONAL, -- <a href="Target.html">Target</a> Description (e.g., cellular functionality and location)
|
|
comment SEQUENCE OF UTF8String OPTIONAL -- Comments or Additional Information
|
|
}</pre>
|
|
</body>
|
|
</html> |