Forum: help


RE: Error with Venn fonction [ Reply ] By: Alexandre Cormier on 2012-04-18 15:10 | [forum:38824] |
Thank you for your response, it was a problem with Rstudio server. And thank you for developing this great R package :) |
RE: Error with Venn fonction [ Reply ] By: Jonathan Swinton on 2012-04-18 14:56 | [forum:5625] |
I cannot reproduce this problem. My guess is that you have another function named 'Venn' in your search path. You can find out with eg find("Venn"). |
Error with Venn fonction [ Reply ] By: Alexandre Cormier on 2012-04-05 13:46 | [forum:5624] |
Hello, I am new here and I have a problem with the Venn fonction. I load the StemCell data like in the tutorial and when I run the Venn fonction, I have this error : > data(StemCell) > str(StemCell) List of 4 $ OCT4 : chr [1:623] "AASDH" "ABTB2" "ACCN4" "ACD" ... $ SOX2 : chr [1:1279] "182-FIP" "AASDH" "ABCA5" "ABCB10" ... $ NANOG: chr [1:1687] "13CDNA73" "AASDH" "ABCA5" "ABCB10" ... $ E2F4 : chr [1:1273] "76P" "7h3" "AAMP" "AATF" ... > w <- Venn(Sets=StemCell[1:2]) Error in Venn(Sets = StemCell[1:2]) : unused argument(s) (Sets = StemCell[1:2]) What could be the problem ? Thanks ! |