
Generates a query expression for matching transcripts or participants by ID, for use with getMatches
expressionFromIds.Rd
This function generates a query expression fragment which can be passed as the transcript.expression or participant.expression parameter of getMatches, using a list of corresponding IDs.
Value
A query expression which can be passed as the transcript.expression or participant.expression parameter of getMatches or the expression parameter of getMatchingTranscriptIds or getMatchingParticipantIds
Examples
if (FALSE) { # \dontrun{
## Perform a search
transcript.ids <- c("AP511_MikeThorpe.eaf", "BR2044_OllyOhlson.eaf")
results <- getMatches(labbcat.url, list(segment="I"),
transcript.expression = expressionFromIds(transcript.ids))
} # }