This DNAnexus applet provides a containerized version of THetA (Tumor Heterogeneity Analysis) for estimating tumor purity and subclonal population frequencies from next-generation sequencing data.
THetA is a tool for analyzing tumor heterogeneity using next-generation sequencing data. This applet provides a Docker-based implementation that can be run on the DNAnexus platform.
- DNAnexus account with appropriate permissions
- Docker image: jbkirkland/theta:latest
interval_count_file: File containing interval counts
normal_interval_count_file: File containing normal interval countstumor_interval_count_file: File containing tumor interval countstumor_allele_count_file: File containing tumor allele countsnormal_allele_count_file: File containing normal allele countsnum_chains: Number of MCMC chains to run (default: 3)num_chains_to_use: Number of chains to use in the analysis (default: 3)num_iterations: Number of iterations per chain (default: 1000)burn_in: Number of burn-in iterations (default: 100)max_solutions: Maximum number of solutions to return (default: 100)
results: Results file from THetA analysis (*.results)
- Instance Type: azure:mem2_ssd1_x8
- Timeout: 48 hours
The applet can be run using the DNAnexus command line tools:
dx run theta -iinterval_count_file=<file_id> [optional parameters]The applet uses the Docker image: jbkirkland/theta:latest
[Add appropriate license information]