fig.RLE.Rd
Function for generating relative log expression plots based on raw or normalized count data as the input.
fig.RLE(data, groups, title)
data | Raw or normalized count data |
---|---|
groups | vector of characters indicating the group for each sample (only 2 groups are allowed). |
title | optional Figure title |
ggplot boxplot for relative log expression
fig.RLE(data.test, data.group, title="test data (no normalization)")
#> Warning: Removed 367 rows containing non-finite values (stat_boxplot).