Description Usage Arguments Details Value Author(s) See Also Examples
Create hash function digests for all or a subset of data
1 |
gdsfile |
a |
varname |
the variable name(s), see details |
algo |
the digest hash algorithm: "md5" |
verbose |
if |
The variable name should be "sample.id"
, "variant.id"
,
"position"
, "chromosome"
, "allele"
, "annotation/id"
,
"annotation/qual"
, "annotation/filter"
,
"annotation/info/VARIABLE_NAME"
, or
"annotation/format/VARIABLE_NAME"
.
Users can define a subset of data via seqSetFilter
and
create a hash digest for the subset only.
A hash character.
Xiuwen Zheng
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.