Giter VIP home page Giter VIP logo

Comments (6)

PedramAsef avatar PedramAsef commented on July 21, 2024

In both R 4.3.3 and 3.2.2, I could install the package ( GSE5859Subset) and I checked that box in front of it in packages (in Rstudio) .But, when I would call for example tissueGeneExpression, I see the followings (maybe I am doing the procedure not correctly to call data):

library("GSE5859Subset", lib.loc="~/R/win-library/3.2")
library(tissuesGeneExpression)
Error in library(tissuesGeneExpression) :
there is no package called ‘tissuesGeneExpression’
data(tissuesGeneExpression)
Warning message:
In data(tissuesGeneExpression) : data set ‘tissuesGeneExpression’ not found
table(tissue)
Error in table(tissue) : object 'tissue' not found
library(tissuesGeneExpression)
Error in library(tissuesGeneExpression) :
there is no package called ‘tissuesGeneExpression’
data(tissuesGeneExpression)
Warning message:
In data(tissuesGeneExpression) : data set ‘tissuesGeneExpression’ not found
dim(e)
Error: object 'e' not found

Please guide me!
Regards

from labs.

vjcitn avatar vjcitn commented on July 21, 2024

from labs.

PedramAsef avatar PedramAsef commented on July 21, 2024

I appreciate your swift reply!
I have copy/ paste your code in my R console, but still I can see the following errors:

--- Please select a CRAN mirror for use in this session ---
Warning: package ‘devtools’ is in use and will not be installed

library(BiocInstaller)
Error in library(BiocInstaller) :
there is no package called ‘BiocInstaller’
biocLite("genomicsclass/tissuesGeneExpression")
Error in biocLite("genomicsclass/tissuesGeneExpression") :
could not find function "biocLite"
library(tissuesGeneExpression)
Error in library(tissuesGeneExpression) :
there is no package called ‘tissuesGeneExpression’
data(tissuesGeneExpression)
Warning message:
In data(tissuesGeneExpression) : data set ‘tissuesGeneExpression’ not found
dim(e)
Error: object 'e' not found

How can I go forward step by step to make sure that I am doing the procedure rightly?

Regards,

from labs.

vjcitn avatar vjcitn commented on July 21, 2024

from labs.

PedramAsef avatar PedramAsef commented on July 21, 2024

It works now, my sincere appreciation.

Have a good one,

from labs.

Yash507 avatar Yash507 commented on July 21, 2024

library(devtools) install_github("genomicsclassGSE5859Subset")
library(GSE5859Subset) data(GSE5859Subset)

from labs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.