LncPath-internal {LncPath}R Documentation

LncPath internal functions

Description

These functions internally called by other functions in the package LncPath and not meant to be called by the user.

Usage


    initializeLncPathEnvir()
    rw(W, p0, gamma)
    RandomWalk2igraph(igraphM, VertexWeight, EdgeWeight = TRUE, gamma = 0.7)
    lncPath.HeatMapPlot(V, row.names = F, col.labels, col.classes, 
	col.names = F, main = " ", xlab = " ", ylab = " ")
    lncPath.EnrichmentScore(gene.list, gene.set, weighted.score.type = 1, 
	correl.vector = NULL)
    lncPath.EnrichmentScore2(gene.list, gene.set, weighted.score.type = 1, 
	correl.vector = NULL)
    ESNorm(ESs)
    calT(inData, classLabel)
    calFD(inData, classLabel)

Author(s)

Junwei Han <hanjunwei1981@163.com>, Zeguo Sun <zeguo.sun@163.com>


[Package LncPath version 1.1 Index]