Description Usage Arguments Value Examples
View source: R/general_functions.R
Returns which lines in the dataset correspond to a given siRNA/gene ID.
1 | findReplicates(dataset, whichCol, replicateID)
|
dataset |
an R data frame generated with |
whichCol |
a character string specifying the name of the column containing the ID, either |
replicateID |
the siRNA/gene ID of interest |
An integer vector containing the indexes in the main dataset of all wells corresponding to a given siRNA/gene ID
1 2 3 4 | data(exampleHeader, package="RNAither")
data(exampleDataset, package="RNAither")
Indexes <- findReplicates(dataset, "GeneName", "CPSF1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.