Skip to contents

Read DIAMOND/BLAST tables as a list of data frames

Usage

read_diamond(diamond_dir = NULL)

Arguments

diamond_dir

Path to directory containing the tabular output of DIAMOND or similar programs (e.g., BLAST).

Value

A list of data frames with the tabular DIAMOND output.

Examples

# Path to output directory
diamond_dir <- system.file("extdata", package = "syntenet")

# Read output
l <- read_diamond(diamond_dir)