Description Usage Arguments Value See Also Examples
View source: R/general_functions.R
Creates a subset of a dataset containing all wells/lines having a certain value in a specified column.
1 | createSubset(dataset, listIDs, equalTo)
|
dataset |
an R data frame generated with |
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 |
A subset of the dataset containing only the wells/lines having a certain value in a specified column.
1 2 3 | data(exampleDataset, package="RNAither")
subset <- createSubset(dataset, dataset$LabtekNb, 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.