aggreprobe | R Documentation |
Generate Generate aggregated counts of probes for the same target, based on their score test results or correlation
Generate Generate aggregated counts of probes for the same target, based on their score test results or correlation
aggreprobe(object, ...)
## S4 method for signature 'NanoStringGeoMxSet'
aggreprobe(
object,
split,
use = c("score", "cor", "both"),
corcutoff = 0.85,
...
)
## S4 method for signature 'matrix'
aggreprobe(
object,
probenames,
featurenames,
negmod,
use = c("score", "cor", "both"),
corcutoff = 0.85,
...
)
object |
matrix of probes |
... |
additional argument list that might be used |
split |
indicator variable on whether it is for multiple slides (Yes, TRUE; No, FALSE) |
use |
the method to determine outliers including score, cor, and both |
corcutoff |
the cutoff value for correlation |
probenames |
vector of names of probe |
featurenames |
vector of names of features each probe corresponding to |
negmod |
Poisson Background model object for negative probes |
remain, the list of remaining probes of targets
probenum, numerical vector of probe numbers of targets
featuremat, the matrix of features
remain, the list of remaining probes of targets
probenum, numerical vector of probe numbers of targets
featuremat, the matrix of features
data("demoData")
demoData <- aggreprobe(demoData, use = "cor")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.