parse_ssearch_out: Parses the console output of ssearch

Description Usage Arguments Value Examples

Description

It is designed to parse que tabular out of ssearch (flag -m 8C)

Usage

1
parse_ssearch_out(ssearch_out)

Arguments

ssearch_out

tabular console output of ssearch as a character vector (element per line)

Value

data.frame with output of the ssearch search

Examples

1
2
3
    ss_out <- find_in_fasta(c('PEPTIDE'), 'arabidopsis.fasta', '~/usr/bin/ssearch36')
    parse_ssearch_out(ss_out)
    

jspaezp/jspputils documentation built on May 23, 2019, 2:50 p.m.