| cleaning | R Documentation |
cleans the output from vcontact2 or DRAM-v #'
cleaning(
viral_data,
output_from = "vcontact2",
remove_flags = c("F", "T", "P", "A"),
max_aux_score = 3,
...
)
viral_data |
file to be clean |
output_from |
vcontact2 or DRAMv |
remove_flags |
flags to remove |
max_aux_score |
maximun auxiliary score |
... |
others |
## Not run:
quiet(cat("test"))
quiet(warning("test"))
quiet(warning("test"), all=T)
## End(Not run)
# This is a function that suppresses log info
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.