Displaying 3 results from an estimated 3 matches for "fkm1_quant".
2017 Nov 02
3
ggplot inside function doesn't plot
...}
'd' is a dataframe
count condition
E11.5 F20HET BA40_quant 955.9788 E11.5 F20HET
E11.5 F20HET BA45_quant 796.2863 E11.5 F20HET
E11.5 F20HET BB84_quant 745.0340 E11.5 F20HET
E11.5 F9.20DKO YEH3_quant 334.2994 E11.5 F9.20DKO
E11.5 F9.20DKO fkm1_quant 313.7307 E11.5 F9.20DKO
E11.5 F9.20DKO zzE2_quant 349.3313 E11.5 F9.20DKO
If I set X="Etv5" and paste the contents of the function into R, I get
'img/Etv5.png'
If I run myplot(X), I get nothing.
> X
[1] "Etv5"
> list.files("img")
character(0)
> mypl...
2017 Nov 02
3
ggplot inside function doesn't plot
...count condition
>> E11.5 F20HET BA40_quant 955.9788 E11.5 F20HET
>> E11.5 F20HET BA45_quant 796.2863 E11.5 F20HET
>> E11.5 F20HET BB84_quant 745.0340 E11.5 F20HET
>> E11.5 F9.20DKO YEH3_quant 334.2994 E11.5 F9.20DKO
>> E11.5 F9.20DKO fkm1_quant 313.7307 E11.5 F9.20DKO
>> E11.5 F9.20DKO zzE2_quant 349.3313 E11.5 F9.20DKO
>>
>> If I set X="Etv5" and paste the contents of the function into R, I get
>> 'img/Etv5.png'
>> If I run myplot(X), I get nothing.
>>
>>
>>> X
>>...
2017 Nov 02
0
ggplot inside function doesn't plot
...>
> count condition
> E11.5 F20HET BA40_quant 955.9788 E11.5 F20HET
> E11.5 F20HET BA45_quant 796.2863 E11.5 F20HET
> E11.5 F20HET BB84_quant 745.0340 E11.5 F20HET
> E11.5 F9.20DKO YEH3_quant 334.2994 E11.5 F9.20DKO
> E11.5 F9.20DKO fkm1_quant 313.7307 E11.5 F9.20DKO
> E11.5 F9.20DKO zzE2_quant 349.3313 E11.5 F9.20DKO
>
> If I set X="Etv5" and paste the contents of the function into R, I get
> 'img/Etv5.png'
> If I run myplot(X), I get nothing.
>
>
>> X
> [1] "Etv5"
>> li...