角谷先生の還暦を祝した最高に使いやすい関数群. Extremely practical functions to celebrate Prof.Kakutani's 60th birthday.
Rを開いて, install.packages("devtools") install.packages("MASS") library("devtools") library("MASS")
install_github("Satoyo08/Kakutani") library("Kakutani")
help(package=Kakutani) #ヘルプとドキュメント get help & documentations palette<-palette_Kakutani() #先生色リストを取得 grasp_Kakutani(test_list) #与えられた遺伝子リストの特徴をまとめたグラフ群を生成 random_Kakutani(100) #TEのIDをランダムに100個抽出 random_Kakutani(100,types="sons") #1,2,5からなる乱数を100個生成 plot_Kakutani() #CACTANを召喚(ちょっと時間がかかります) plot_full_Kakutani() #漫画風の全身像を召喚
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.