filterOutliers: filterOutliers

Description Usage Arguments

View source: R/functions.R

Description

This function removes outliers in two groups for a single gene within a relativeExpression dataframe.

Usage

1
2
filterOutliers(relativeExpDF, groupCol, geneCol, expressionCol, gene,
  controlGroup, treatedGroup)

Arguments

relativeExpDF

Dataframe with gene relative expression information.

groupCol

Grouping column to be used for difference testing.

geneCol

Column containing gene names.

expressionCol

Column containing relative expression.

gene

Gene to test.

controlGroup

Name of the control group.

treatedGroup

Name of the treated group. ("two.sided", "greater" or "less").


ogianatiempo/qPCRutils documentation built on Dec. 3, 2019, 11:05 p.m.