Oops, forgot one tiny thing
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5981 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
165befd38a
commit
14a358e5e8
|
|
@ -156,7 +156,7 @@ perSamplePlots <- function(metricsBySamples) {
|
|||
sampleTextLabel <- geom_text(aes(label=Sample, size=highlightTextSizes))
|
||||
sampleTextLabelScale <- scale_size("Highlighted samples", to=c(3,5), breaks=c(1,2), labels=c("regular", "highlighted"))
|
||||
xAxis <- scale_x_discrete("Sample (ordered by nSNPs)", formatter=function(x) "")
|
||||
myRug <- geom_rug(position=jitter)
|
||||
myRug <- geom_rug(position="jitter")
|
||||
#myRug <- geom_rug(aes(x = NULL))
|
||||
|
||||
measures = c("nSNPs", "tiTvRatio", "nSingletons", "nIndels", "nInsertions", "nDeletions", "deletionInsertionRatio")
|
||||
|
|
|
|||
Loading…
Reference in New Issue