PacktPublishing/R-Bioinformatics-Cookbook

error in powsimR code

Opened this issue · 0 comments

Chapter 1, page 22

 params <- estimateParam(
 countData = arab_data,
 Distribution = "NB",
 RNAseq = "bulk",
 normalisation = "TMM" # edgeR method, can be others
 )

normalisation = 'TMM' should be capitalized as Normalisation = 'TMM'