Learn R Programming

BioVizSeq (version 1.0.3)

plantcare_statistic1: plantcare_statistic1

Description

Count the number of cis element from Plantcare for heatmap

Usage

plantcare_statistic1(plantcare_data)

Value

data.frame

Arguments

plantcare_data

The result of plantcare_classify().

Author

Shiqi Zhao

Examples

Run this code
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_data1 <- plantcare_statistic1(plantcare_data)

Run the code above in your browser using DataLab