Davey's Blog

Bioinfomics


  • Home

  • About

  • Tags

  • Categories

  • Archives

  • Links

  • Tools

  • Search

使用pheatmap包绘制热图

Posted on 2020-09-30 | Post modified: 2020-09-30 | In R , Visualization
Words count in article: 36k | Reading time ≈ 33 mins.
1. 加载所需R包1library(pheatmap) 2. 设置工作路径123setwd("/Users/Davey/Desktop/VennDiagram/")# 清除当前环境中的变量rm(list=ls()) 3. 构建测试数据集1234567test = matrix(rnorm(200 ...
Read more »

Linux基础常用命令大全(二)

Posted on 2020-08-28 | Post modified: 2020-09-30 | In Linux
Words count in article: 7.6k | Reading time ≈ 7 mins.
2 进程管理2.1进程查看2.1.1 ps(process status)功能说明:显示用户进程语 法:ps x [-u <usrname>]参 数:-u <usrname> 显示usr用户的进程(默认显示自身用户进程)Example : 1ps x 2.1.2 top功能 ...
Read more »

Linux基础常用命令大全(一)

Posted on 2020-08-28 | Post modified: 2020-09-30 | In Linux
Words count in article: 22k | Reading time ≈ 20 mins.
1. 目录和文件管理1.1目录相关1.1.1 mkdir功能说明:创建目录语 法:mkdir [-p] <dir1 [dir2 …]>参 数:-p 若所要建立目录的上层目录目前尚未建立,则会一并建立上层目录。Example : 12mkdir testdirmkdir -p newdir ...
Read more »
123
Wei Dong

Wei Dong

Cease to struggle and you cease to live!

8 posts
10 categories
11 tags
RSS
GitHub E-Mail Research
Links
  • 简书
  • 知乎
  • HiPlot
  • 生信技能树
  • 生信菜鸟团
© 2019 — 2020 Wei Dong | Site words total count: 54k
访客数 人 总访问量 次
0%