plantcare_statistic2 {BioVizSeq} | R Documentation |
plantcare_statistic2
Description
Count the number of cis element from Plantcare for Bar chart
Usage
plantcare_statistic2(plantcare_data)
Arguments
plantcare_data |
The result of plantcare_classify(). |
Value
data.frame
Author(s)
Shiqi Zhao
Examples
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)
statistic_data2 <- plantcare_statistic2(plantcare_data)
[Package BioVizSeq version 0.1.1 Index]