x2y_conv2_y2x {dSimer} | R Documentation |
convert list of x-y associations to list of y-x associations
x2y_conv2_y2x(x2ylist)
x2ylist |
a list which the names are xs and the elements are ys of each x |
a list of y2x
Peng Ni, Min Li
data(go2g_sample) g2go_sample<-x2y_conv2_y2x(go2g_sample[1:100])