Description Usage Arguments Value Examples
View source: R/AVARDA_compiled.R
Primary function to run AVARDA modules together
1 2 3 4 5 6 7 8 9 10 | AVARDA_compiled(
case_data,
blast,
total_prob,
pairwise,
dict,
threshold = 5,
cores,
mod_3
)
|
case_data |
A data.frame of PhIPseq data that identifies hits by some theshold, can be binary hits or some value |
blast |
A data.frame listing the blastp, or tblastn, alignments of PhIP-seq peptides to organisms of interact |
total_prob |
A data.frame listing the degree of representation each virus has in the phip-seq library |
pairwise |
A number. |
dict |
A number. |
threshold |
A number. |
cores |
A number. |
mod_3 |
A number. |
Output of AVARDA algorithm; a data frame listing the likelihood of each virus causing in infection in a given sample
1 | ## Not run: do later
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.