摘要: [tcl] grab failed: window not viewable,Linux 上安装 R包时提示窗口抓取失败! 安装R时提示选择镜像,或者用chooseCRANmirror() 选择镜像时,提示如下 Error in structure(.External(.C_dotTclObjv, 阅读全文
posted @ 2019-08-23 14:59 何帅 阅读(2958) 评论(0) 推荐(0)
摘要: 在linux中用同一个版本的R 同时安装 Seurat 2 和 Seurat 3 Seurat 作为单细胞分析中的重量级R包,有多好用用,用过的人都知道。Seurat 分析流程基本涵盖了单细胞分析中的所有常见分析方法,包括filtering,tSNE,UMAP降维及画图等。还有一个重量级功能就是矫正 阅读全文
posted @ 2019-08-19 21:00 何帅 阅读(2332) 评论(2) 推荐(0)
摘要: 安装R-package XML遇到的问题和解决方式 这个问题已经困扰了我很久很久一直找不到解决之法,后来终于找到了! 安装R-package XML遇到的问题和解决方式 这个问题已经困扰了我很久很久一直找不到解决之法,后来终于找到了! Fedora 27, R 3.5.0, libxml和libxm 阅读全文
posted @ 2019-08-19 20:12 何帅 阅读(6698) 评论(0) 推荐(1)
摘要: get the absolute path of a file in linux 阅读全文
posted @ 2018-06-12 17:48 何帅 阅读(161) 评论(0) 推荐(0)
摘要: The way to check the color and coreponding value pairs in ggplot2 To see what colors are used to make your plot you can use function ggplot_build() an 阅读全文
posted @ 2018-05-23 11:03 何帅 阅读(274) 评论(0) 推荐(0)
摘要: Python: How To Generate a List Of Letters In The Alphabet 阅读全文
posted @ 2018-05-12 08:48 何帅 阅读(315) 评论(0) 推荐(0)
摘要: I want Jupyter to print all the interactive output without resorting to print, not only the last result. How to do it?Example : a=3 a a+1 I would like 阅读全文
posted @ 2018-05-09 09:47 何帅 阅读(143) 评论(0) 推荐(0)
摘要: 1. how to temporarily unload the packages in R use the unloadNamespace("Daim") to unload the Daim package Daim package has been removed. 阅读全文
posted @ 2018-04-27 17:32 何帅 阅读(237) 评论(0) 推荐(0)
摘要: fold : Usage: fold [OPTION]... [FILE]...Wrap input lines in each FILE (standard input by default), writing tostandard output. Mandatory arguments to l 阅读全文
posted @ 2018-04-26 11:17 何帅 阅读(141) 评论(0) 推荐(0)
摘要: Quit and restart a clean R session from within R? If you're in RStudio: 阅读全文
posted @ 2018-04-25 15:26 何帅 阅读(116) 评论(0) 推荐(0)