search for: aebp1

Displaying 3 results from an estimated 3 matches for "aebp1".

2017 Jul 03
3
reshaping the data
Dear all, I would appreciate please a piece of help regarding the use of acast/dcast functions in reshape2 package. Specifically, I'm working with a data frame, that has information about SAMPLE, GENE, and TYPE of MUTATION (as shown below): Sample Gene Type 22M AEBP1 SNV 17M AEBP1 SNV 22M ATR INDEL 22M ATR SNV 11M BTK SNV 11M BTK INDEL I would like to transform this DATAFRAME into a MATRIX that has GENE on ROWS, SAMPLE on COLUMNS, and the elements of the matrix are SNV or INDEL (ie the types of mutations). The...
2017 Jul 03
0
reshaping the data
...would appreciate please a piece of help regarding the use of acast/dcast > functions in reshape2 package. > > Specifically, I'm working with a data frame, that has information about > SAMPLE, GENE, and TYPE of MUTATION (as shown below): > > Sample Gene Type > 22M AEBP1 SNV > 17M AEBP1 SNV > 22M ATR INDEL > 22M ATR SNV > 11M BTK SNV > 11M BTK INDEL > > > I would like to transform this DATAFRAME into a MATRIX that has GENE on > ROWS, SAMPLE on COLUMNS, and the elements of the matrix are SNV...
2012 Aug 27
2
Font size in geom_dl (using ggplot2)
Hey everyone, I am an R-newby... so sorry for bothering you with simple-to-solve questions;) I have the following issue: trying to add labels to my scatterplots (with geom_dl in ggplot2). Everything works fine, but after checking every resource I do not find a way to change the font size of my labels. I tried size, cex, fontsize at every position... but it always stays the same. ggplot()+