Find genes that are not connected to the others.
没有连接到其他基因。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A function that takes as input a distance matrix and finds those entries that are not connected to any others (ie. those with distance Inf.
一个函数作为输入的距离矩阵,并认为这些条目,没有连接到任何其他人(即距离Inf。
用法----------Usage----------
notConn(dists)
参数----------Arguments----------
参数:dists
A distance matrix.
距离矩阵。
Details
详情----------Details----------
It is a very naive implementation. It presumes that not connected entries are not connected to any other entries, and this might not be true. Using the connComp function from the graph package or the RBGL package might be a better approach.
这是一个非常幼稚的实施。它假定没有连接的条目没有连接到任何其他项目,这可能是不正确的。使用connComp包graph包RBGL功能,可能是一个更好的办法。
值----------Value----------
A vector of the names of the items that are not connected.
一个没有连接的项目名称的向量。