bio.select {BioIDMapper} | R Documentation |
use id as paramter, this function can select subste from mapping result
bio.select(result_matrix, colno, myid)
result_matrix |
the returned matrix from bio.convert() |
colno |
the column number from returned matrix, which contains the id you are interesed |
myid |
id you are interesed |
Xiaoyong Sun
data(glist) bio.convert(glist, 1, 5)->done bio.select(done, 1, "200529" )