R/dropNonmappable.R

## get rid of unmappable regions
dropNonmappable <- function(SE, genome='hg19') {
  stop("This ain't done yet, it's just supposed to drop consensus dead zones")  
  return(SE[ clusterable, ])
} 
ttriche/regulatoR documentation built on June 1, 2019, 2:51 a.m.