R/print.blastRes.R

`print.blastRes` <- function(x,...){
  X <- list()
  X$RID <- x$RID
  print(X,...)
} 

Try the hoardeR package in your browser

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

hoardeR documentation built on May 2, 2019, 5:15 a.m.