{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "from genet_models import load_genet_model" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "get model: PE2max - HEK293T\n" ] } ], "source": [ "model_dir, model_type = load_genet_model('PE2max', 'HEK293T')" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "'e:\\\\github_project\\\\genet-models\\\\genet_models\\\\DeepPrime'" ] }, "execution_count": 3, "metadata": {}, "output_type": "execute_result" } ], "source": [ "model_dir" ] }, { "cell_type": "code", "execution_count": 4, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "'DeepPrime/DP_variant_293T_PE2max_Opti_220428'" ] }, "execution_count": 4, "metadata": {}, "output_type": "execute_result" } ], "source": [ "model_type" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3.9.13 ('base')", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.9.13" }, "orig_nbformat": 4, "vscode": { "interpreter": { "hash": "456429a4186cf596b072ad5ec1b53207b3d8c219143cb76d95880537d31a740b" } } }, "nbformat": 4, "nbformat_minor": 2 }