extractEMBOSS_tsv: A function to convert EMBOSS raw tsv output into a nice &...

View source: R/extractEMBOSS_tsv.R

extractEMBOSS_tsvR Documentation

A function to convert EMBOSS raw tsv output into a nice & tidy DataFrame and extract sequences.

Description

A function to convert EMBOSS raw tsv output into a nice & tidy DataFrame and extract sequences.

Usage

extractEMBOSS_tsv(table_raw, colname, names = "SeqName")

Arguments

table_raw

EMBOSS output tsv

colname

A string with the new variable name (usually the name of the program)

names

A string with the name of the col containing the SeqName

Value

It returns a DataFrame containing the results in a 'tidy' format.


currocam/FascinRSCA documentation built on March 21, 2022, 6:29 a.m.