View source: R/filter_epitopes.R
filter_epitopes | R Documentation |
Filters an epitope dataframe by source organism and/or host IDs.
filter_epitopes(
df,
orgIDs = NULL,
hostIDs = NULL,
removeIDs = NULL,
tax_load_file = NULL,
tax_list = NULL,
tax_save_folder = NULL
)
df |
data.table object of class LBCE_dt (generated by |
orgIDs |
vector of organism taxon IDs that we want to retain (using sourceOrg_id). |
hostIDs |
vector of host taxon IDs that we want to retain (using host_id). |
removeIDs |
vector of organism taxon IDs that we want to remove (using sourceOrg_id). |
tax_load_file |
optional taxonomy file (RDS file generated either by this
function or by |
tax_list |
optional taxonomy list (to be passed instead of tax_load_file) |
tax_save_folder |
optional folder saving the taxonomy. Ignored if tax_load_file is not NULL. |
Epitope dataframe filtered by the criteria in orgIDs, hostIDs and removeIDs.
Felipe Campelo (f.campelo@aston.ac.uk)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.