Description Usage Arguments Details Value Author(s) Examples
View source: R/unalign_fasta.R
This function unaligns a combined fasta file and removes any model sequences present. The modified fasta file is written to disk.
1 | unalign_fasta(in_file, out_file)
|
in_file |
The name of the input fasta file. The file is read from disk. |
out_file |
The name of the modified fasta file written to disk. |
This function can be used to unalign renamed representative sequences in order to reduce the file size before uploading the file to the web-based RDP classifier.
This function operates on files. It returns a message that it has completed. It is not normally assigned to a variable; if so, the variable contains only the message.
John Quensen
1 2 | in.file <- system.file("extdata", "merged_aligned.fasta", package="RDPutils")
unalign_fasta(in_file=in.file, out_file="unaligned.fasta")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.