34 lines
No EOL
1 KiB
HTML
34 lines
No EOL
1 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Population-data</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>Population-data</h3><pre>Defined in file <a href="seqfeat.asn.html">seqfeat.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCPopulation__data.html">CPopulation_data</a>
|
|
|
|
|
|
Population-data ::= SEQUENCE {
|
|
-- assayed population (e.g. HAPMAP-CEU)
|
|
population VisibleString,
|
|
genotype-frequency REAL OPTIONAL,
|
|
chromosomes-tested INTEGER OPTIONAL,
|
|
sample-ids SET OF <a href="Object-id.html">Object-id</a> OPTIONAL,
|
|
allele-frequency REAL OPTIONAL,
|
|
|
|
-- This field is an explicit bit-field
|
|
-- Valid values should be a bitwise combination (= simple sum)
|
|
-- of any of the values below
|
|
flags INTEGER {
|
|
is-default-population (1),
|
|
is-minor-allele (2),
|
|
is-rare-allele (4)
|
|
} OPTIONAL
|
|
}</pre>
|
|
</body>
|
|
</html> |