Arguments
ranged
A GRanges or RangedData object specifying the range(s) you wish to find SNPs near the
starts of. Alternatively leave this parameter as NULL and specify ranges using chr, pos
snp.info
ChipInfo/GRanges/Ranged data object describing the SNPs relevant to your query, e.g,
SNPs on the chip you are using. If left NULL, the SNP set used will be that retrieved by chip.support()
which will depend on your options() settings, see ?chip.support for more info
chr
optional alternative to 'ranged' input, use in conjunction with 'pos' to specify the ranges
to find the SNPs near the starts of.
pos
matrix with 2 columns for start, end positions, or a single column if all ranges are SNPs.
An optional alternative to 'ranged' input, use in conjunction with 'chr' to specify the ranges
to find the SNPs near the starts of.
start
logical whether to return the SNP nearest the range starts
end
logical whether to return the SNP nearest the range ends
nearest
will preferably find an exact match but if nearest=TRUE, will fall-back on nearest match,
even if slightly outside the range.