-
Notifications
You must be signed in to change notification settings - Fork 3
/
common.R
21 lines (18 loc) · 1.64 KB
/
common.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#######################################################################################################################################################
####################################################################读入文件#######################################################################
#####################################################################################################################################################
rm(list=ls())
options(stringsAsFactors=F)
read.table("/home/shijian2015/human_meta_clusters.interval",sep="\t",header=F,fill=T,quote=NULL,stringsAsFactors=F) #记录转录因子结合位点以及TFClass
read.csv("/home/shijian2015/human_meta_clusters.csv",sep=",",header=T,fill=T)
scan("/home/shijian2015/human_meta_clusters.interval",what=character(0),sep="\n",quote=NULL)
#################################################################################################################################
#####################################################################################################################################
############################################################导出文件#################################################################
#####################################################################################################################################
write.table(TFBS.region,file="/pub6/temp/shijian/TFBS/TFBS.region.bed",sep="\t",quote=F,row.names=F,col.names=F)
write(data[1:5000],file="D:/R/data/shijian.txt")
###############################查询R包的语句################
library(help="rjson")
##调整绘图全局参数##
par(mai=c(bottom, left, top, right))