Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

limma list in batchqc_report.html defaults to ComBat corrected version #20

Open
joshua-theisen opened this issue May 4, 2021 · 0 comments

Comments

@joshua-theisen
Copy link

When I analyze the bladderdata sample code (below) the limma data are the same in the uncorrected (batchqc_report.html) and the ComBat corrected (combat_batchqc_report.html) reports, and both match the ComBat corrected limma data displayed in the Shiny app, as can be seen in these screenshots (https://drive.google.com/file/d/1kjTFfem_pXqLneKxldAEsfylEtR_v2_b/view?usp=sharing).

Is there a way to fix this?

Thanks
Josh

R code used:

pheno <- pData(bladderEset)
edata <- exprs(bladderEset)
batch <- pheno$batch
condition <- pheno$cancer
batchQC(
  edata,
  batch = batch,
  condition = condition,
  report_file = "batchqc_report.html",
  report_dir = ".",
  report_option_binary = "111111111",
  view_report = FALSE,
  interactive = TRUE
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant