Skip to content

Commit

Permalink
added slope line
Browse files Browse the repository at this point in the history
  • Loading branch information
obigriffith committed Jul 11, 2017
1 parent 8683d51 commit 1c16b8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/Tutorial_Module5_Part1_comparisons.R
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ names(HBR1_tran_data2) = c("stringtie_TPM", "stringtie_FPKM")
p3 = ggplot(HBR1_tran_data2, aes(log2(stringtie_TPM+stabvar), log2(stringtie_FPKM+stabvar)))
p3 = p3 + geom_point()
p3 = p3 + geom_point(aes(colour = spikein_status))
p3 = p3 + geom_abline(intercept = 0, slope = 1)
p3 = p3 + xlab("StringTie TPM") + ylab("StringTie FPKM") + labs(colour = "SpikeIn Status")
p3 = p3 + labs(title = "HBR1 transcript expression values [log2(value + 0.1) scaled]")

Expand Down

0 comments on commit 1c16b8a

Please sign in to comment.