We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce4dac commit 2fb3d23Copy full SHA for 2fb3d23
1 file changed
scripts/Tutorial_Module4_Part2_cummeRbund.R
@@ -125,8 +125,8 @@ myStart<-min(features(myGene)$start)
125
myEnd<-max(features(myGene)$end)
126
myChr<-unique(features(myGene)$seqnames)
127
genome<-'hg19'
128
-ideoTrack<-IdeogramTrack(genome=genome,chromosome=myChr)
129
-trackList<-c(trackList,ideoTrack)
+#ideoTrack<-IdeogramTrack(genome=genome,chromosome=myChr)
+#trackList<-c(trackList,ideoTrack)
130
axtrack<-GenomeAxisTrack()
131
trackList<-c(trackList,axtrack)
132
genetrack<-makeGeneRegionTrack(myGene)
0 commit comments