File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,8 +80,14 @@ seqFilterPop(object) # restore the last filter
8080 selection are all samples / variants (by default ); if \code {TRUE }, the
8181 candidate samples / variants are from the selected samples / variants
8282 defined via the previous call }
83- \item {ref }{the reference alleles }
84- \item {alt }{the alternative alleles }
83+ \item {ref }{a character vector of reference alleles for additional
84+ matching , or \code {NULL } (no reference allele filter ); the length
85+ should be the same as \code {pos }, and \code {NA } for entries that
86+ match any reference allele. Must be used together with \code {alt }}
87+ \item {alt }{a character vector of alternative alleles for additional
88+ matching , or \code {NULL } (no alternative allele filter ); the length
89+ should be the same as \code {pos }, and \code {NA } for entries that
90+ match any alternative allele. Must be used together with \code {ref }}
8591 \item {multi.pos }{\code {FALSE }, use the first matched position ;
8692 \code {TRUE }, allow multiple variants at the same position }
8793 \item {id }{a character vector for RS IDs (stored in \code {" annotation/id" })}
You can’t perform that action at this time.
0 commit comments