R/zzz.R

Defines functions .onLoad

.onLoad <- function(...) {
  vctrs::s3_register("pillar::pillar_shaft", "bioseq_dna")
  vctrs::s3_register("pillar::pillar_shaft", "bioseq_rna")
  vctrs::s3_register("pillar::pillar_shaft", "bioseq_aa")
  invisible()
}

Try the bioseq package in your browser

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

bioseq documentation built on Sept. 6, 2022, 5:07 p.m.