search for: summarizeddata

Displaying 2 results from an estimated 2 matches for "summarizeddata".

2006 Nov 19
2
improving barplot output
...(a) the y-axis finishes at 25 and not 20, and (b) 'past ideation' and 'pastwk ideation' are coloured blue and 'past attempt' & 'past wk attempt' are coloured red ? I was also curious as to whether it is possible to insert values into the respective bars? >summarizedData = c(24,4,7,1.9) >theNames = c("Past ideation","Past attempt", "Pastwk idea","Past wk attempt") >names(summarizedData) = theNames >barplot(summarizedData, ylab = "percentage", col="dark red") Any assistance is appreciated, regard...
2010 Aug 25
3
frequency, count rows, data for heat map
Hi all, I have read posts of heat map creation but I am one step prior -- Here is what I am trying to do and wonder if you have any tips? We are trying to map sequence reads from tumors to viral genomes. Example input file : 111 abc 111 sdf 111 xyz 1079 abc 1079 xyz 1079 xyz 5576 abc 5576 sdf 5576 sdf How may xyz's are there for 1079 and 111? How many abc's, etc?