GEO數(shù)據(jù)下載
####有了這句介蛉,GEO下載會順暢一些
options( 'download.file.method.GEOquery' = 'libcurl' )
一鍵清除所有變量
rm(list=ls())
對讀入數(shù)據(jù)的string的處理,不然很麻煩
options(stringsAsFactors = F)
加載R包不吵
suppressMessages(library(xxx))
字符串太長自動換行
library(stringr)
str_wrap('I am very happy on holiday',width=10)
重要性堪比正文的內(nèi)容
- 作記錄是一個好習(xí)慣匈仗,簡書是很推薦的逞度;
適合生信學(xué)習(xí)的簡書設(shè)置
1
2
3
4
5
6