R/meta3.R

#' @title Example Meta 3
#'
#' This is a meta data file for tip correction for 19 isolates of Salmonella
#' enterica sub species enterica to be used with the Newick phylogenetic tree
#' (example tree 3) and the optional genetic distance file (example gene 3).
#'
#' @docType data
#'
#' @rdname meta3
#'
#' @usage data(meta3)
#'
#' @keywords datasets
#'
#' @examples
#' data(meta3)
#'  #convert the column Display labels to the row name
#' meta3 <- meta3 %>% tibble::column_to_rownames(var = "Display.labels")%>%
#' dplyr::select(-Tip.labels) #exclude column Tip.labels
"meta3"
jennahamlin/Tinsel documentation built on Sept. 15, 2021, 9:46 a.m.