R/get_threshold.R

Defines functions get_threshold

Documented in get_threshold

get_threshold <- function(.data,col='score')
{
  .data %>% 
      filter(gtype!='NC') %>%
    summarize(threshold=min(score))
  
}
Meiomap/SureTypeSCR documentation built on Dec. 17, 2021, 3:22 a.m.