We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
derecksLabTools::combatRNAseq
library("ggfortify")
BUG: note at the moment you have to call library("ggfortify") before you can use this.
Usage:
temp1 <- data.table::fread("./data/20220221-stat1-in-NK-maturation.featureCounts-genes.csv") temp2 <- data.table::fread("./data/LS_20210512-matrix.csv") library("ggfortify") # TODO rewrite the autoplot function batch_corrected <- derecksLabTools::combatRNAseq(batches = list(temp1, temp2)) pdf("./combat-seq-batch-correction.pdf", width = 10, height = 10) batch_corrected@qc_plots dev.off() data.table::fwrite(batch_corrected@corrected, "./data/combatseq-20220221-stat1-in-NK-maturation-LS_20210512.csv")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
BUG: note at the moment you have to call
library("ggfortify")
before you can use this.Usage:
The text was updated successfully, but these errors were encountered: