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:
depristo 2011-06-13 17:12:42 +00:00
parent 165befd38a
commit 14a358e5e8
1 changed files with 1 additions and 1 deletions

View File

@ -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")