Learn R Programming

BioVizSeq (version 1.0.3)

cdd_to_loc: cdd_to_loc

Description

Extract the location information of domain from cdd file

Usage

cdd_to_loc(cdd_file)

Value

data.frame

Arguments

cdd_file

CDD file.

Author

Shiqi Zhao

Examples

Run this code
hitdata_path <- system.file("extdata", "hitdata.txt", package = "BioVizSeq")
cdd_file <- readLines(hitdata_path)
domain_loc <- cdd_to_loc(cdd_file)

Run the code above in your browser using DataLab