cdd_to_loc {BioVizSeq} | R Documentation |
cdd_to_loc
Description
Extract the location information of domain from cdd file
Usage
cdd_to_loc(cdd_file)
Arguments
cdd_file |
CDD file. |
Value
data.frame
Author(s)
Shiqi Zhao
Examples
hitdata_path <- system.file("extdata", "hitdata.txt", package = "BioVizSeq")
cdd_file <- readLines(hitdata_path)
domain_loc <- cdd_to_loc(cdd_file)
[Package BioVizSeq version 0.1.1 Index]