[R] Please help with creating the improved image with pheatmap package

2016-10-03 Thread maryam moazam
Hi all, I'm trying to show about 190 items using "pheatmap" package. I'm working with R 3.3.1 on windows 7. I used the following code: pheatmap(mat_data, cellwidth=20, cluster_rows = FALSE, cluster_cols = FALSE, fontsize=5, fontsize_row=5, margins=c(5,10)) The resulted image is attached. Please

Re: [R] Combining dataframes with different row numbers and plotting with ggplot2

2016-01-09 Thread maryam moazam
me more on this? Thanks in advance, Maryam On Sat, Jan 9, 2016 at 5:38 PM, Michael Dewey wrote: > Dear Maryam > > If you just need all the values of size would > c(df1$size, df2$size) > work? > > On 08/01/2016 21:44, maryam moazam wrote: > >> Dear Sir / Madam,

[R] Combining dataframes with different row numbers and plotting with ggplot2

2016-01-08 Thread maryam moazam
Dear Sir / Madam, I have just come to the amazing R software, so please be patient if my question is basic for you. I have 2 text file (say 1.txt and 2.txt), each file containing 2 columns and different row numbers, like below case size case1 120 case2 120 case3 121 case4 121 case5 121 case6 122