Welcome to UiTei-Lab!!¶
Basic Laboratory Work in Life Science Experiments¶
In this lecture, we will perform bioinformatics experiments such as “Sequencing”, “Biochemical Reaction Simulation”, and “Gene Expression Profiling” (← Our Lab is in charge of this). This lecture is for students in , department of Bioinformatics and Systems Biology or department of Biophysics and Biochemistry.
Please refer to Lecture’s Wiki or Repository’s Wiki to check the schedule.
Wet Experiment (MicroArray)¶
Package¶
You can install this package with the following command etc.
$ pip install "git+https://github.com/iwasakishuto/TeiLab-BasicLaboratoryWork-in-LifeScienceExperiments.git"
This package is for facilitating the lecture, so it contains many utility functions, such as data handling and anonymous questions.
However, it also contains functions to easily plot MAplot and XYplot . If you want to know how to use those plotting functions, please refer to the followings.
module |
Notebook |
documentation |
---|---|---|
plotly |
||
matplotlib |
Installation¶
I recommend you to use Pyenv and Poetry to set up the required environment.
$ git clone https://github.com/iwasakishuto/TeiLab-BasicLaboratoryWork-in-LifeScienceExperiments.git
$ cd TeiLab-BasicLaboratoryWork-in-LifeScienceExperiments
$ pyenv install 3.8.9
$ pyenv local 3.8.9
$ python -V
Python 3.8.9
$ poetry install
If you want to use Jupyter Notebook with this environment, check this notebook.