hpgl_qstats: A hacked copy of Kwame's qsmooth/qstats code.

View source: R/normalize_norm.R

hpgl_qstatsR Documentation

A hacked copy of Kwame's qsmooth/qstats code.

Description

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.

Usage

hpgl_qstats(data, groups, refType = "mean", groupLoc = "mean", window = 99)

Arguments

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!

Value

Some new data.

See Also

[matrixStats]

Examples

## Not run: 
 qstatted <- hpgl_qstats(data, conditions)

## End(Not run)

elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.