View source: R/03_similarity_searches.R
read_diamond | R Documentation |
Read DIAMOND/BLAST tables as a list of data frames
read_diamond(diamond_dir = NULL)
diamond_dir |
Path to directory containing the tabular output of DIAMOND or similar programs (e.g., BLAST). |
A list of data frames with the tabular DIAMOND output.
# Path to output directory
diamond_dir <- system.file("extdata", package = "syntenet")
# Read output
l <- read_diamond(diamond_dir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.