norm.args.edger <- list(method="TMM",refColumn=NULL,
logratioTrim=0.3,sumTrim=0.05,doWeighting=TRUE,
Bcutoff=-1e10,p=0.75)
# Bcutoff does not exist, will throw a warning and ignore it.
norm.args.edger <- validate.list.args("normalization",
"edger",norm.args.edger)
Run the code above in your browser using DataLab