knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(Hotgenes)
Example_Hotgenes_dir<-system.file("extdata",
"Example_Hotgenes.Rdata",
package = "Hotgenes", mustWork = TRUE)
 load(Example_Hotgenes_dir)

 FactoWrapper(Example_Hotgenes)


Rvirgenslane/Hotgenes documentation built on June 15, 2024, 2:16 a.m.