get_LBCE | R Documentation |
This function is used to extract information for linear B-cell epitopes
from the XML files exported using the functionality provided by
IEDB.
It assumes that the user has downloaded the Complete Database Export from
the XML Database Export field in IEDB's
Database Export and extracted
it in a given folder, which is passed as an argument to the function. This
can be easily done with get_IEDB()
.
get_LBCE(data_folder, ncpus = 1, save_folder = NULL)
data_folder |
path (either relative or absolute) to the directory containing the XML files |
ncpus |
positive integer, number of cores to use |
save_folder |
path to folder for saving the output. |
A data.table containing the epitope data is returned invisibly.
Felipe Campelo (f.campelo@aston.ac.uk)
my.dir <- system.file("extdata/xml_examples", package="epitopes")
epitopes <- get_LBCE(my.dir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.