Description Usage Arguments Details Value Author(s) References Examples
View source: R/get_repseq_IDs_from_fasta.R
This function retrieves a vector of the representative sequence machine names from a fasta file of representative sequences.
1 | get_repseq_IDs_from_fasta(repseq_file = "all_seq_complete.clust_rep_seqs.fasta")
|
repseq_file |
The file name of the combined fasta file containing the representative sequences. |
The function reads the fasta file of representative sequences from disk.
A vector of the machine names of the representative sequences.
John Quensen
The web-based tool for retrieving representative sequences is here: http://pyro.cme.msu.edu/
A command line version of the tool is included in RDPTools, available on GitHub: https://github.com/rdpstaff
1 2 3 | repseq.file <- system.file("extdata", "all_seq_complete.clust_rep_seqs.fasta", package="RDPutils")
rep.seqs <- get_repseq_IDs_from_fasta(repseq_file = repseq.file)
rep.seqs
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.