Run InterProScan on a given FASTA file and save the results to an output file.
Usage
runIPRScan(filepath_fasta, filepath_out, appl = c("Pfam", "Gene3D"))
Examples
if (FALSE) { # \dontrun{
results <- runIPRScan(
filepath_fasta = "path/to/your_fasta_file.fasta",
filepath_out = "path/to/output_file",
appl = c("Pfam", "Gene3D")
)
results
} # }