plantcare_classify {BioVizSeq} | R Documentation |
Classify the functions of cis element from Plantcare
plantcare_classify(plantcare_file)
plantcare_file |
The result file (.tab) of Plantcare. |
data.frame
Shiqi Zhao
plantcare_path <- system.file("extdata", "plantCARE_output.tab", package = "BioVizSeq")
plantcare_file <- read.table(plantcare_path, header = FALSE, sep = '\t', quote="")
plantcare_data <- plantcare_classify(plantcare_file)