Learn R Programming

BioVizSeq (version 1.0.3)

plantcare_classify: plantcare_classify

Description

Classify the functions of cis element from Plantcare

Usage

plantcare_classify(plantcare_file)

Value

data.frame

Arguments

plantcare_file

The result file (.tab) of Plantcare.

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)

Run the code above in your browser using DataLab