NCBI_BLAST_XML2DT: Converts NCBI BLAST XML result file into an R data.table.

View source: R/convert_NCBI_BLAST_XML_results_into_datatable.R

NCBI_BLAST_XML2DTR Documentation

Converts NCBI BLAST XML result file into an R data.table.

Description

Converts NCBI BLAST XML result file into an R data.table.

Usage

NCBI_BLAST_XML2DT(xml_file)

Arguments

xml_file

A character specifying the path to a XML file containing NCBI BLAST results. Such XML file can either be:

  • downloaded directly from the NCBI BLAST result page.

  • retrieved from the result directory you specified when using submit_NCBI_BLAST.

  • generated using blastSeq() function from the R package hoardeR.

Value

A data.table of the NCBI BLAST results.

Author(s)

Yoann Pageaud.

References

Examples

NCBI_BLAST_XML2DT(xml_file = "path/to/my/ncbi_blast_result.xml")

YoannPa/NCBI.BLAST2DT documentation built on July 1, 2023, 1:03 a.m.