View source: R/normalize_norm.R
hpgl_qstats | 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_qstats(data, groups, refType = "mean", groupLoc = "mean", window = 99)
data |
Initial count data |
groups |
Experimental conditions as a factor. |
refType |
Method to separate groups, mean or median. |
groupLoc |
I don't remember what this is for. |
window |
Window for basking! |
Some new data.
[matrixStats]
## Not run:
qstatted <- hpgl_qstats(data, conditions)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.