powered by
Extract the location information of domain from cdd file
cdd_to_loc(cdd_file)
data.frame
CDD file.
Shiqi Zhao
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