Description Usage Arguments Value See Also Examples
View source: R/general_functions.R
Used together with createSubset
, returns the indexes in the main dataset of the wells chosen as a subset by the previous call of createSubset
.
1 | indexSubset(listIDs, equalTo)
|
listIDs |
a character string and one of the following: |
equalTo |
A value or character string specifying the value in the chosen column, e.g. all wells on plate 2 |
An integer vector containing the indexes in the main dataset of the wells chosen as a subset by the previous call of createSubset
.
1 2 3 4 | data(exampleDataset, package="RNAither")
subset <- createSubset(dataset, dataset$LabtekNb, 2)
indexOfSubsetInDataset <- indexSubset(dataset$LabtekNb, 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.