closest.top {bioDist}R Documentation

Find the 'top' closest gene

Description

Find the 'top' closest genes to the target gene based on a distance object

Usage

closest.top(x, dist.mat, top)

Arguments

x gene name
dist.mat calculated distance object
top number of closest genes desired

Details

Value

vector of top gene names

Note

Author(s)

Beiying Ding

References

See Also

cor.dist, link{spearman.dist}, tau.dist,euc, man,KLdist.matrix,KLD.matrix,mutualInfo

Examples

 ##none yet

[Package bioDist version 1.0.0 Index]