├── .gitignore ├── LICENSE ├── README.md ├── compare_fitbit_healthkit.ipynb ├── explore_imputed_genotypes.ipynb ├── exploring_notebooks_fitbit.ipynb ├── eye-color-and-23andme-data.ipynb ├── fitbit-load-in-R.ipynb ├── genome_population_projection.ipynb ├── moves-analysis.ipynb ├── rescuetime-vs-step-counts.ipynb ├── twitter-and-fitbit-activity.ipynb ├── twitter-archive-text-mining-R.ipynb ├── twitter-sentiment.ipynb └── twitter-under-the-weather.ipynb /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenHumans/ohjh-example-notebooks/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenHumans/ohjh-example-notebooks/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenHumans/ohjh-example-notebooks/HEAD/README.md -------------------------------------------------------------------------------- /compare_fitbit_healthkit.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenHumans/ohjh-example-notebooks/HEAD/compare_fitbit_healthkit.ipynb -------------------------------------------------------------------------------- /explore_imputed_genotypes.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenHumans/ohjh-example-notebooks/HEAD/explore_imputed_genotypes.ipynb -------------------------------------------------------------------------------- /exploring_notebooks_fitbit.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenHumans/ohjh-example-notebooks/HEAD/exploring_notebooks_fitbit.ipynb -------------------------------------------------------------------------------- /eye-color-and-23andme-data.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenHumans/ohjh-example-notebooks/HEAD/eye-color-and-23andme-data.ipynb -------------------------------------------------------------------------------- /fitbit-load-in-R.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenHumans/ohjh-example-notebooks/HEAD/fitbit-load-in-R.ipynb -------------------------------------------------------------------------------- /genome_population_projection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenHumans/ohjh-example-notebooks/HEAD/genome_population_projection.ipynb -------------------------------------------------------------------------------- /moves-analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenHumans/ohjh-example-notebooks/HEAD/moves-analysis.ipynb -------------------------------------------------------------------------------- /rescuetime-vs-step-counts.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenHumans/ohjh-example-notebooks/HEAD/rescuetime-vs-step-counts.ipynb -------------------------------------------------------------------------------- /twitter-and-fitbit-activity.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenHumans/ohjh-example-notebooks/HEAD/twitter-and-fitbit-activity.ipynb -------------------------------------------------------------------------------- /twitter-archive-text-mining-R.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenHumans/ohjh-example-notebooks/HEAD/twitter-archive-text-mining-R.ipynb -------------------------------------------------------------------------------- /twitter-sentiment.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenHumans/ohjh-example-notebooks/HEAD/twitter-sentiment.ipynb -------------------------------------------------------------------------------- /twitter-under-the-weather.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenHumans/ohjh-example-notebooks/HEAD/twitter-under-the-weather.ipynb --------------------------------------------------------------------------------