parse_swarms | R Documentation |
This function reads the results of SWARM clustering (*.swarms file).
parse_swarms(x, otu_delimiter = " ")
x |
Input file name (usually with "swarm" extension) |
otu_delimiter |
Character string delimiting sequence IDs within a file line (default, whitespace) |
SWARM is a single-linkage clustering method with iterative growth process and the use of sequence abundance values to delineate OTUs. SWARM properly delineates large OTUs (high recall), and can distinguish OTUs with as little as two differences between their centers (high precision).
data frame with two columns: OTU name and sequences names that belongs to this OTU.
Mahé F, Rognes T, Quince C, de Vargas C, Dunthorn M. (2015) Swarm v2: highly-scalable and high-resolution amplicon clustering. PeerJ 3:e1420 doi: 10.7717/peerj.1420 https://github.com/torognes/swarm https://github.com/frederic-mahe/swarm/wiki/Fred's-metabarcoding-pipeline
parse_swarms("tst_1f.swarms")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.