Description
在 R/GuitarPlot.R 第62行和第64行,componentStructure$label 对 "utr5" 进行了重复赋值:
componentStructure$label[componentStructure$comp == "utr5"] <- "5'UTR" # 第62行
componentStructure$label[componentStructure$comp == "cds"] <- "CDS"
componentStructure$label[componentStructure$comp == "utr5"] <- "5'UTR" # 第64行,重复!
Impact
Suggested Fix
删除第64行的重复赋值。
File
R/GuitarPlot.R line 64
Description
在
R/GuitarPlot.R第62行和第64行,componentStructure$label对 "utr5" 进行了重复赋值:Impact
Suggested Fix
删除第64行的重复赋值。
File
R/GuitarPlot.Rline 64