Quick Introduction

The goal of this pipeline is to standardize the data cleaning, feature extraction, analysis, and evaluation of mobile sensing projects. It leverages Conda, Cookiecutter, SciPy, Snakemake, Sphinx, and R to create an end-to-end reproducible environment that can be published along with research papers.

At the moment, mobile data can be collected using different sensing frameworks (AWARE, Beiwe) and hardware (Fitbit). The pipeline is agnostic to these data sources and can unify their analysis. The current implementation only handles data collected with AWARE and Fitbit. However, it can be easily extended to other providers.

We recommend reading Snakemake docs, but the main idea behind the pipeline is that every link in the analysis chain is a rule with an input and an output. Input and output are files, which can be manipulated using any programming language (although Snakemake has wrappers for Julia, Python, and R that can make development slightly more comfortable). Snakemake also allows the pipeline rules to be executed in parallel on multiple cores without any code changes. This can drastically reduce the time needed to complete an analysis.

Do you want to keep up to date with new functionality or have a question? Join the #rapids channel in AWARE Framework’s slack

Available features:

We are updating these docs constantly, but if you think something needs clarification, feel free to reach out or submit a pull request on GitHub.