removeUnwantedRows {MiChip} | R Documentation |
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
removeUnwantedRows(rawData, filters)
rawData |
|
filters |
list of strings to be to be filtered from annotation gene name column |
#Removes empty and control spots from data matrix ## Not run: filters=c("empty", "control") filteredData <- removeUnwantedRows(rawData, filters) ## End(Not run)