Skip to content

Commit

Permalink
Update differentialAnalysis.R
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyoon777 authored Jun 5, 2023
1 parent ab594f9 commit b907b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Helpers/differentialAnalysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ generate_volcanodata_nonpadj <- function(data) {
}


generate_volcanoplot <- function(volcanodata) {
generate_volcanoplot <- function(volcanodata, xVars) {
volcanoplot <- list()
for(i in 1:length(xVars)) {
top_genes <- head((volcanodata[[i]])[order(-volcanodata[[i]]$qval), ], 10)
Expand Down

0 comments on commit b907b25

Please sign in to comment.