read_diamond: Read DIAMOND/BLAST tables as a list of data frames

View source: R/03_similarity_searches.R

read_diamondR Documentation

Read DIAMOND/BLAST tables as a list of data frames

Description

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)

almeidasilvaf/syntenet documentation built on March 23, 2024, 8:27 a.m.