powered by
Extract the location information of domain from pfam result
pfam_to_loc(pfam_data)
list
The result file (.tsv) of pfam (via InterPro).
Shiqi Zhao
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)
Run the code above in your browser using DataLab