OHDSI Home | Forums | Wiki | Github

Achilles

Hi everyone, I need to exclude some tables generated by Achilles in order to reduce execution time so I’m looking for the functions that create these tables. The first thing I did was search on Achilles GitHub https://github.com/OHDSI/Achilles for these functions but nothing was found. Next, I got the Achilles dependencies and searched for these functions per dependency but wasn’t found either. What am I supposed to do to discover these functions that create Achilles tables?

In https://github.com/OHDSI/Achilles/blob/master/R/Achilles.R there is documentation for a parameter that will exclude some analysis.
#’ @param excludeAnalysisIds (OPTIONAL) A vector containing the set of Achilles analyses to
#’ exclude.
In Achilles/inst/csv/achilles/achilles_analysis_details.csv is a list of analysis Id’s.

The analysis ids was not what I was looking for; what I need to know is whether Achilles itself created the tables in the picture below, or if they were generated by Web API.

@DTorok

t