未分類 How to calculate a p-value in Gene Ontology (GO) term enrichment analysis Gene Ontology (GO) term enrichment analysis is a technique for interpreting a set of affected genes generated from high... 2020.05.30 未分類
未分類 Run a Linux commands in Jupyter notebooks This can be useful when you work on Google Colab and you want to download a dataset from somewhere. %%bash wget unzi... 2020.05.23 未分類
未分類 How to use your custom modules in Jupyter notebooks If you want to load your custom modules in the parental directory, add the following lines of codes: import sys sys.... 2020.05.23 未分類