Description Usage Arguments Details Value Examples
The function divides the sample columns by a reference column. The sample
and reference columns are defined based on the provided colDataCol
variable and on regular expression matching.
1 | divideByReference(obj, i, colDataCol, samplePattern = ".", refPattern)
|
obj |
A |
i |
A |
colDataCol |
A |
samplePattern |
A |
refPattern |
A |
The supplied assay(s) are replaced with the values computed after reference division.
A QFeatures
object
1 2 3 4 5 6 7 | data("scp1")
scp1 <- divideByReference(scp1,
i = 1,
colDataCol = "SampleType",
samplePattern = "Macrophage",
refPattern = "Ref")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.