Description Usage Arguments Value
Do ComBat normalization based on batch using sva library.
1 | normalizeDataComBat(data.new, bTabName, sampleID, batchVar)
|
data.new |
lumi object where colnames(data)=sample IDs and rownames(data) = probe IDs |
bTabName |
name of the table, which is used for extracting batch variable |
sampleID |
name of column in data.new dataframe, which represents sample ID number |
batchVar |
batch variable, i.e. vector formed from dataset, which gives batch parameter for ComBat |
normalized matrix where colnames(data)=sample IDs and rownames(data) = probe IDs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.