Skip to content

Commit 2fb3d23

Browse files
committed
ideogram track has hanging. commented out of Figure 14.
1 parent 6ce4dac commit 2fb3d23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/Tutorial_Module4_Part2_cummeRbund.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ myStart<-min(features(myGene)$start)
125125
myEnd<-max(features(myGene)$end)
126126
myChr<-unique(features(myGene)$seqnames)
127127
genome<-'hg19'
128-
ideoTrack<-IdeogramTrack(genome=genome,chromosome=myChr)
129-
trackList<-c(trackList,ideoTrack)
128+
#ideoTrack<-IdeogramTrack(genome=genome,chromosome=myChr)
129+
#trackList<-c(trackList,ideoTrack)
130130
axtrack<-GenomeAxisTrack()
131131
trackList<-c(trackList,axtrack)
132132
genetrack<-makeGeneRegionTrack(myGene)

0 commit comments

Comments
 (0)