R/getCoExpGeneofLncs.R

Defines functions getCoExpGeneofLncs

Documented in getCoExpGeneofLncs

getCoExpGeneofLncs <-
function(lncRNAs,GLNet,scoreCutoff=0.6){
	GLNet[,as.character(lncRNAs)]->a
	gene<-names(a[a>scoreCutoff])
	return(gene)
}

Try the LncPriCNet package in your browser

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

LncPriCNet documentation built on May 29, 2017, 3:46 p.m.