Biobase library in R
1
0
Entering edit mode
9.2 years ago

Hi all,

I want to do t-test in R version 3.0.3 and I need library Biobase to do that. I get a warning message that package Biobase can not be installed on R vrsion 3.0.3.

How can I use this package? Is there any alternative to this package?

Thanks

Nazanin

R • 9.4k views
ADD COMMENT
1
Entering edit mode

for future question about Bioconductor you might consider to ask to their help website:

https://support.bioconductor.org/

ADD REPLY
0
Entering edit mode

in the name of allah hi to all,

I problem to use of libraries Biobase and GEOquery in R version 3.4.3. it showed: Error in library(Biobase) : there is no package called 'Biobase' for me.

thanks

ADD REPLY
0
Entering edit mode

You have to install bioconductor before you can use Biobase. source("https://bioconductor.org/biocLite.R"); biocLite(); library(Biobase)

ADD REPLY
0
Entering edit mode

Thanks

I think solve my problem but I say install with "www" code at source("www.bioconductor.org/....) is false. The true is: "https://...... if not supported used: http://.....

ADD REPLY
2
Entering edit mode
9.2 years ago

t.test should be part of the core R libraries (package:stats) and should not require biobase. What happens if you just type t.test at the R console? I also just tried installing "biobase" from Bioconductor with no issues and I'm on R v3.1.2. Did you follow the instructions listed on http://www.bioconductor.org/packages/release/bioc/html/Biobase.html?

ADD COMMENT

Login before adding your answer.

Traffic: 1523 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6