dev/gapbase_bin.R

#' MSA coding: gap to 0 and base to 1
#' @export
#'
gbbin <- function(msa){
  msa <- (msa != "-")*1
  return(msa)
}
heibl/polenta documentation built on May 17, 2019, 3:22 p.m.