Skip to contents

Extract the location information of domain from cdd file

Usage

cdd_to_loc(cdd_file)

Arguments

cdd_file

CDD file.

Value

data.frame

Author

Shiqi Zhao

Examples

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