View source: R/expressionFromIds.R
expressionFromIds | R Documentation |
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.
expressionFromIds(ids, not = FALSE)
ids |
A list of IDs. |
not |
Whether to match the given IDs (FALSE), or everything except the given IDs. |
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
expressionFromAttributeValue
expressionFromAttributeValues
expressionFromTranscriptTypes
getMatches
## Not run:
## Perform a search
transcript.ids <- c("AP511_MikeThorpe.eaf", "BR2044_OllyOhlson.eaf")
results <- getMatches(labbcat.url, list(segment="I"),
transcript.expression = expressionFromIds(transcript.ids))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.