NewPvar | R Documentation |
Loads variant positions, IDs, and allele codes from a .pvar or .bim file (which can be compressed with gzip or Zstd).
NewPvar(filename, omit_chrom = FALSE, omit_pos = FALSE)
filename |
.pvar/.bim file path. |
omit_chrom |
Whether to skip CHROM column. |
omit_pos |
Whether to skip POS column. |
A pvar object, which can be queried for variant IDs and allele codes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.