Description Usage Arguments Value Author(s) See Also Examples
Returns the numbers of alleles for each site.
1 | seqNumAllele(gdsfile)
|
gdsfile |
a |
The numbers of alleles for each site.
Xiuwen Zheng
1 2 3 4 5 6 7 8 9 10 | # the GDS file
(gds.fn <- seqExampleFileName("gds"))
# display
f <- seqOpen(gds.fn)
table(seqNumAllele(f))
# close the GDS file
seqClose(f)
|
Loading required package: gdsfmt
[1] "/usr/lib/R/site-library/SeqArray/extdata/CEU_Exon.gds"
2 3
1346 2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.