Skip to content

Instantly share code, notes, and snippets.

@geniusphil
Created August 23, 2018 08:49
Show Gist options
  • Save geniusphil/d0538a505dabbe5d9408b82f8fa43d2f to your computer and use it in GitHub Desktop.
Save geniusphil/d0538a505dabbe5d9408b82f8fa43d2f to your computer and use it in GitHub Desktop.
R note
library(ggplot2)
qual <- read.table("NA12878_QUAL.txt", header = FALSE)
hist(qual$V1,
main="NA12878_QUAL",
xlab="QUAL",
xlim=c(0,4000),
breaks=100)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment