ParseIPAresults | R Documentation |
This functions takes as input the output of the IPAposteriors() function and parses the results in a more readable fashion
ParseIPAresults(Post, Prior, dataset, DB, IDs = NULL, v = TRUE,
IT = 500)
Post |
The output of IPAposteriors() function |
Prior |
The output of compute.Priors() function |
dataset |
The initial dataset |
DB |
Database |
IDs |
name of each feature in the initial dataset |
v |
A logical value indicating if the progress will be shown (default TRUE) |
IT |
A number inticating after how many iteration an update should be shown (default 120) |
A list containing the parsed results
Francesco Del Carratore francescodc87@gmail.com
find.Hits compute.Priors IPAposteriors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.