Skip to content

Commit

Permalink
Update clonalQuant.R
Browse files Browse the repository at this point in the history
This fix prevents clonalQuant from crashing when scale=F is used.
  • Loading branch information
noranekonobokkusu authored Jan 8, 2024
1 parent e701198 commit 4bdaab2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/clonalQuant.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ clonalQuant <- function(input.data,
ylab <- "Percent of Unique Clonotype"
} else {
y <- "contigs"
x <- group.by
ylab <- "Unique Clonotypes"
}

Expand Down Expand Up @@ -121,4 +120,4 @@ clonalQuant <- function(input.data,
)
}
return(plot)
}
}

0 comments on commit 4bdaab2

Please sign in to comment.