View source: R/plantcare_plot.R
plantcare_to_loc | R Documentation |
Extract the location information of cis-element from Plantcare
plantcare_to_loc(plantcare_data)
plantcare_data |
The result of plantcare_classify(). |
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)
plantcare_loc <- plantcare_to_loc(plantcare_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.