Modifications of graphs from Sleuth Object?
0
0
Entering edit mode
7.1 years ago
BioBing ▴ 150

Dear Biostar users,

I have been using Kallisto/Sleuth to analyze my RNA-seq data and have a couple of questions related to the modification of heat maps based on a sleuth object (so), that I hope someone can help me with:

Question 1: I am a bit puzzled about what the "value" that goes from 0-6ish represents (see below) - what exactly does that mean? Is there a way to further modify the R-code below in order to get up- and down-regulation (minus - plus values) represented instead?

Question 2: How to modify the R-code further to add a dendrogram to the heatmap?

Thanks, Birgitte

The modified heat-map R-code:

plot_transcript_heatmap(so,Handling_type3$target_id,units = "tpm",trans = "log", offset = 1) +
scale_fill_gradient(low="white",high="steelblue", guide=guide_colorbar(direction="horizontal")) +
theme(axis.text.y=element_text(size=4),
    axis.text.x = element_text(size=7),
    legend.position = "bottom",
    legend.text = element_text(size=7),
    legend.title = element_text(size=7))

The resulting plot:

The resulting plot

R RNA-Seq rna-seq • 2.8k views
ADD COMMENT

Login before adding your answer.

Traffic: 1713 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6