View source: R/normalize_norm.R
hpgl_qshrink | R Documentation |
I made a couple small changes to Kwame's qstats() function to make it not fail when on corner-cases. I sent him a diff, but haven't checked to see if it was useful yet.
hpgl_qshrink(
data = NULL,
groups = NULL,
refType = "mean",
groupLoc = "mean",
window = 99,
groupCol = NULL,
plot = TRUE,
...
)
data |
Count table to modify |
groups |
Factor of the experimental conditions |
refType |
Method for grouping conditions |
groupLoc |
Method for grouping groups |
window |
Window, for looking! |
groupCol |
Column to define conditions |
plot |
Plot the quantiles? |
... |
More options |
New data frame of normalized counts
[qsmooth]
## Not run:
df <- hpgl_qshrink(data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.