Skip to content

Commit

Permalink
Merge pull request #303 from noranekonobokkusu/patch-1
Browse files Browse the repository at this point in the history
Update clonalQuant.R
  • Loading branch information
ncborcherding authored Jan 9, 2024
2 parents e701198 + 4bdaab2 commit 744ee9b
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 744ee9b

Please sign in to comment.