Colab initialization¶
install the pipeline in the colab runtime
download files neccessary for this example
!wget http://data.bioembeddings.com/public/embeddings/notebooks/pipeline_output_example/mapping_file.csv --output-document mapping_file.csv
!wget http://data.bioembeddings.com/public/embeddings/notebooks/pipeline_output_example/reduced_embeddings_file.h5 --output-document reduced_embeddings_file.h5
!wget http://data.bioembeddings.com/public/embeddings/notebooks/custom_data/annotation_file.csv --output-document annotation_file.csv
Visualize sequence spaces drawn by embeddings¶
In this notebook, we use the output of the embed stage to draw custom t-SNE sequence space plots.