View source: R/convert_NCBI_BLAST_XML_results_into_datatable.R
aggregate_NCBI_BLAST_XMLs2DT | R Documentation |
Aggregates NCBI BLAST results from multiple XML files into an R data.table.
aggregate_NCBI_BLAST_XMLs2DT(dir.to.xmls, seq.names = NULL, ncores = 1)
dir.to.xmls |
A |
seq.names |
A |
ncores |
An |
A data.table
aggregating all NCBI BLAST results from all XML
files found.
Yoann Pageaud.
#Aggregate my NCBI BLAST results using 2 cores into an R data.table
aggregate_NCBI_BLAST_XMLs2DT(dir.to.xmls = "my_dir/with/NCBI_BLAST_results/",
ncores = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.