get_variants | R Documentation |
get_variant retrieves all the dna variants in an .h5 file as a data.table or GRanges
get_variants(h5f, format = c("data.table", "GRanges"))
h5f |
h5f |
format |
|
path <- "path/to/.h5"
h5f <- read_h5f(path)
feature_data <- get_variants(h5f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.