importXML {GenomicTools.fileHandler} | R Documentation |
importXML
Description
Import an Blast XML file
Usage
importXML(folder, seqNames = NULL, which = NULL, idTH = 0.8,
verbose = TRUE)
Arguments
folder |
Character, folder path |
seqNames |
Names of sequences |
which |
Which sequences to import |
idTH |
Use the threshold as cut-off |
verbose |
Logical, verbose output |
Details
This function imports XML files as provided as Blast output, it is mainly aimied to import the output of the hoardeR package
Value
An XML object
Author(s)
Daniel Fischer
[Package GenomicTools.fileHandler version 0.1.5.9 Index]