R/faFunctions.R

Defines functions seqlength

Documented in seqlength

seqlength <- function(x){
  out <- nchar(x)
  names(out) <- names(x)
  out
}

Try the GenomicTools package in your browser

Any scripts or data that you put into this service are public.

GenomicTools documentation built on March 13, 2020, 3:08 a.m.