gene3: Example Gene 3 This is a genetic distance matrix of SNPs for...

Description Usage Format Examples

Description

Example Gene 3

This is a genetic distance matrix of SNPs for 14 isolates of Salmonella enterica sub species enterica to be used with the Newick phylogenetic tree (example tree 3) and the optional meta data file (example meta 3).

Usage

1

Format

An object of class spec_tbl_df (inherits from tbl_df, tbl, data.frame) with 14 rows and 15 columns.

Examples

1
2
3
data(gene3)
#convert to three column tibble by the label column
gene3 <- gene3 %>% dplyr::rename( label = 1) %>% tidyr::pivot_longer(-label)

jennahamlin/Tinsel documentation built on Sept. 15, 2021, 9:46 a.m.