bio.sum {BioIDMapper}R Documentation

analyze mapped ids

Description

analyze the mapped ids from bio.convert()

Usage

bio.sum(final_matrix, start_matrix, option)

Arguments

final_matrix the returned matrix from bio.convert()
start_matrix the original vector or matrix for mapping
option a logical value. If TRUE, all summary results are returned. If FALSE, only basic summary are returned. default value is FALSE

Author(s)

Xiaoyong Sun

Examples


data(glist)
bio.convert(glist, 1, 6)->done
bio.sum(done)
bio.sum(done, glist)
bio.sum(done, glist, TRUE)

[Package BioIDMapper version 1.0 Index]