concatenateFastas: Concatenate all fastas in a Folder.

Usage Arguments Details

View source: R/FastaTools.R

Usage

1
2
concatenateFastas(path, pattern = "\\.fa", outfile = "combined.fasta",
  addcRAP = TRUE, addiRT = TRUE, saveMappingTable = TRUE)

Arguments

path

Path to file containing folder

pattern

Pattern used to grep filenames (default: ".fa")

outfile

Name of the combined file.

addcRAP

logical, Should cRAP and affinity tag sequences be appended

addiRT

logical, Should iRT peptides be appended

Details

Can be used to produce a single Fasta ready for library generation. File is saved in the path directory.


mffrank/RNAseqToCustomFASTA documentation built on May 22, 2019, 7:55 p.m.