cdd_to_loc {BioVizSeq} | R Documentation |
Extract the location information of domain from cdd file
cdd_to_loc(cdd_file)
cdd_file |
CDD file. |
data.frame
Shiqi Zhao
hitdata_path <- system.file("extdata", "hitdata.txt", package = "BioVizSeq")
cdd_file <- readLines(hitdata_path)
domain_loc <- cdd_to_loc(cdd_file)