TCGAbiolinks
2
1
Entering edit mode
13 months ago
Azam ▴ 10

I can't install TCGAbiolinks, Despite having R4.2 and Biocmanager 1.30.20, and using Bioconductor codes, I still get this error

library(TCGAbiolinks)

**Error in library(TCGAbiolinks) : 
  there is no package called ‘TCGAbiolinks**

R • 1.1k views
ADD COMMENT
0
Entering edit mode

Code for install?

ADD REPLY
0
Entering edit mode

I am also facing the same problem. Have you found any solution to solve it?

ADD REPLY
0
Entering edit mode

Provide code you are using to install TCGAbiolinks as requested by ATPoint.

ADD REPLY
2
Entering edit mode
11 months ago
Mohita ▴ 50

Try to install it from the GitHub instead from the BioConductor. The link for Installation from GitHub is : https://github.com/BioinformaticsFMRP/TCGAbiolinks

ADD COMMENT
1
Entering edit mode
11 months ago

As mentioned on bioconductor website : https://bioconductor.org/packages/release/bioc/html/TCGAbiolinks.html

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("TCGAbiolinks")
ADD COMMENT

Login before adding your answer.

Traffic: 2710 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