Learn R Programming

seqmagick (version 0.1.7)

renameTXT: renameTXT

Description

rename txt file (eg Description line of fasta file) according to first token (eg accession number)

Usage

renameTXT(txt_file, name_file, sep = "_", split = TRUE)

Value

None

Arguments

txt_file

txt file

name_file

name file

sep

separator

split

logical, split result or not

Author

Guangchuang Yu