read_bitset | R Documentation |
Reads a binary file bit-wise and returns a vector of binary integers (0 or 1)
read_bitset(filename)
filename |
Path to the file to read |
A vector of integers
root <- system.file("extdata", "sim-indiv-genomes", package = "speciomer") read_bitset(paste0(root, "/individual_whole_genomes.dat"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.