Description Usage Arguments Examples
Due to the requirements of spotting the chips, some of the spots are empty. Others contain controls or features from another species that may not be wanted in the analysis. This method removes them
1 | removeUnwantedRows(rawData, filters)
|
rawData |
|
filters |
list of strings to be to be filtered from annotation gene name column |
1 2 3 4 5 | #Removes empty and control spots from data matrix
## Not run:
filters=c("empty", "control")
filteredData <- removeUnwantedRows(rawData, filters)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.