vir_evidence | R Documentation |
vir_evidence Consolidate virscan hits to evidence peptides. Adapted from https://pubmed.ncbi.nlm.nih.gov/26045439/ Group hit peptides by species. Rank species by number of hits. Starting with species with most hits, for each hit peptide, remove other hit peptides with 7aa overlap from lower hit-breadth species.
vir_evidence(
hit_ids,
hit_species,
alignment_matrix = NULL,
hit_aa = NULL,
similarity_method = c("overlap", "blast"),
similarity_thresh = 7
)
hit_ids |
vector of peptide ids enriched for sample |
hit_species |
vector of viral species ids corresponding to hit_ids |
alignment_matrix |
binary matrix indicating whether two peptides are similar (e.g. share 7aa ovlerap or blast alignment). matrix rownames and column names should correspond to peptide ids used in hit_ids. use either alignment_matrix or hit_aa |
hit_aa |
amino acid sequences of peptides listed by hit_ids. use either hit_aa or alignment_matrix. |
similarity_method |
method to use for characterizing similarity between peptide seuqneces provided by hit_aa. |
similarity_thresh |
amino acid overlap threshold or blast e-value threshold to use for similarity cutoff. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.