read_rtab | R Documentation |
Loads an Rtab pangenome gene presence/absence file as produced by Panaroo, Roary and other prokaryotic pangenome programs
read_rtab(file)
file |
a binary tab delimited gene presence/absence matrix (.Rtab) with gene names in the first column |
a binary matrix
file <- system.file("extdata", "gene_presence_absence.Rtab", package = "panstripe")
pa <- read_rtab(file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.