findReplicates {RNAither} | R Documentation |
Returns which lines in the dataset correspond to a given siRNA/gene ID.
findReplicates(dataset, whichCol, replicateID)
dataset |
an R data frame generated with generateDatasetFile |
whichCol |
a character string specifying the name of the column containing the ID, either Internal_GeneID or GeneName |
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
data(exampleHeader, package="RNAither") data(exampleDataset, package="RNAither") Indexes <- findReplicates(dataset, "GeneName", "CPSF1")