manifest
logical, if TRUE return the ids as specified by the manifest/official set, or as
stored in the column 'chip.id'. If FALSE return the IDs as stored in the rownames of the ChipInfo
object, which can differ when the chip.id is an illegal format for an R row/column name.
multi.list
logical, some rs-ids could map to multiple chip ids. It is recommended that if
that is the case then a letter should be appended to duplicate rs-ids to make them unique in the
ChipInfo object, e.g, rs1234, rs1234b, rs1234c, etc. If multi.list is TRUE, then the id list
will be returned as a list, and any time an rs-id is entered without a letter suffix, all
possible corresponding chip ids will be listed.
force.flat
logical, if 'multi.list' is true, then some rs-ids might map to more than one
SNP. If force.flat is TRUE, then multiple SNP listings will be concatenated with a comma. If
FALSE, then a list will be returned, with multiple entries where applicable.