Skip to content

Commit

Permalink
Merge pull request #13 from matmu/patch-1
Browse files Browse the repository at this point in the history
Update wiggleplotr.R
  • Loading branch information
kauralasoo authored Jul 16, 2021
2 parents c378aac + 00a4819 commit 30d66f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/wiggleplotr.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plotTranscripts <- function(exons, cdss = NULL, transcript_annotations = NULL,
transcript_label = TRUE, region_coords = NULL){

#IF cdss is not specified then use exons instead on cdss
if(is.null(cdss)){
if(is.null(cdss) || length(ccds) == 0){
cdss = exons
}

Expand Down

0 comments on commit 30d66f6

Please sign in to comment.