Displaying 1 result from an estimated 1 matches for "e985088".
2012 Mar 20
1
Remove individual rows from a matrix based upon a list
...nstance.  That individual would be returned to the matrix before the
next is removed and the function recalculated.  I can do this by hand
removing rows based upon ids however I would like specify individuals to be
removed from a list (lots of data).
An example matrix:
MyMatrix
   E985047 E985071 E985088 F952477 F952478 J644805 J644807 J644813  E985047
1 0.09 0 0 0 0 0 0.4  E985071 0.09 1 0 0 0 0 0 0.07  E985088 0 0 1 0 0 0
0.14 0  F952477 0 0 0 1 0.38 0 0 0  F952478 0 0 0 0.38 1 0 0 0  J644805 0 0
0 0 0 1 0.07 0  J644807 0 0 0.14 0 0 0.07 1 0  J644813 0.4 0.07 0 0 0 0 0 1
Example list of individua...