R/importLatesData.R

importLatesData <-
function(){
path1<-paste(system.file(package="TPEA"),"/data/updateData/",sep="")
a<-list.files(path=path1,full.names=TRUE,pattern="")
num_node_gene_score<-lapply(a,function(x)read.table(x,header=F,sep="\t"))

path2<-paste(system.file(package="TPEA"),"/data/NodeGeneRelationship/",sep="")
b<-list.files(path=path2,full.names=TRUE,pattern="")
node_gene<-lapply(b,function(x)read.table(x,header=F,sep="\t"))
}

Try the TPEA package in your browser

Any scripts or data that you put into this service are public.

TPEA documentation built on May 1, 2019, 8:13 p.m.