pfam_to_loc
pfam_to_loc.Rd
Extract the location information of domain from pfam result
Examples
pfam_path <- system.file("extdata", "iprscan.tsv", package = "BioVizSeq")
pfam_file <- read.table(pfam_path, sep='\t', header = FALSE)
motif_loc <- pfam_to_loc(pfam_file)