Skip to content

Commit f74ab8d

Browse files
committed
Update seqSetFilter.Rd
1 parent 5ddc429 commit f74ab8d

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

man/seqSetFilter.Rd

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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"})}

0 commit comments

Comments
 (0)