pfam_to_loc {BioVizSeq}R Documentation

pfam_to_loc

Description

Extract the location information of domain from pfam result

Usage

pfam_to_loc(pfam_data)

Arguments

pfam_data

The result file (.tsv) of pfam (via InterPro).

Value

list

Author(s)

Shiqi Zhao

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)

[Package BioVizSeq version 0.1.0 Index]