Error in TCGAquery of TCGAbiolinks Package
1
1
Entering edit mode
Beginner ▴ 60
@beginner-15939
Last seen 12 months ago
Switzerland

Dear All,

I'm looking PAM50 molecular Subtypes of TCGA Breast RNA-Seq data. I'm using the following code. But I'm having an error with TCGAquery function. I have used similar code long back and it worked but now it is not working with TCGAquery function.

source("http://bioconductor.org/biocLite.R")

biocLite("TCGAbiolinks")
library(TCGAbiolinks)
cancer <- "BRCA"
PlatformCancer <- "IlluminaHiSeq_RNASeqV2"
dataType <- "rsem.genes.results"
pathCancer <- "TCGAData/miRNA"

datQuery <- TCGAquery(tumor = cancer, platform = PlatformCancer, level = "3") 

Error in TCGAquery(tumor = cancer, platform = PlatformCancer, level = "3") : 
  could not find function "TCGAquery"

lsSample <- TCGAquery_samplesfilter(query = datQuery)

# get subtype information
dataSubt <- TCGAquery_subtype(tumor = cancer)
lumA <- dataSubt[which(dataSubt$PAM50.mRNA == "Luminal A"),1]
allSamples <- lsSample$IlluminaHiSeq_RNASeqV2 #1218 total samples

Any help please !!

 

 

software error bioconductor tcgabiolinks tcga r • 2.2k views
ADD COMMENT
1
Entering edit mode
@benjamin-ostendorf-15752
Last seen 2.7 years ago
United States

Hi Beginner,

after the transfer of the TCGA data to GDC the commands changed - try GDCquery instead of TCGAquery. Also make sure you have the latest version of TCGAbiolinks installed and take a look at the current vignette. 

Best,
Benjamin

ADD COMMENT

Login before adding your answer.

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