R

Install an R package from source

Today I tried to install the R package IPWsurvival package from the CRAN repository and found that the package was remo...
R

Create a Gantt chart using ganttrify

This post shows you how to create a Gantt chart using the R package ganttrify. First, install the package from GitHub. ...
未分類

Find IPYNB files containing a certain words

When you have a lot of Jupyter notebook files (.ipynb files) and you want to know which notebooks produce a file of you...
未分類

Linux command line tips

cd -: Go to the directory that you were previously in. You can use this when you want to toggle between two different d...
未分類

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...
未分類

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...
未分類

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....
未分類

How to download SRA files

You can download .sra files using SRA Toolkit. Install SRA Toolkit Download the latest version of SRA Toolkit fr...
未分類

How to use Japanese in Matplotlib

Install the japanize-matplotlib module. pip install japanize-matplotlib By importing the module, you can use Japa...
未分類

How to speed up YouTube videos in Safari

When you watch a video on YouTube, you can speed up the playback speed up to twice by clicking Settings icon and choosi...
Copied title and URL