GDCPrepare function returns a function
1
0
Entering edit mode
jvwong • 0
@jvwong-11844
Last seen 7.4 years ago

Last working version for 'GDCPrepare()' was 2.0.13. 

Current version 2.2.0 and 2.2.5  both GDCPrepare() return a function.

```

function (x, df1, df2, ncp, log = FALSE)

{
  if (missing(ncp)) 
    .Call(C_df, x, df1, df2, log)
  else .Call(C_dnf, x, df1, df2, ncp, log)
}

```

TCGAbiolinks • 996 views
ADD COMMENT
0
Entering edit mode
Could you send your code with the query please? So I can see what is happening?
ADD REPLY
0
Entering edit mode

This happens for microRNA datasets. For example,

miRNAquery <- GDCquery(project = "TCGA-SKCM",
                       data.category = "Transcriptome Profiling",
                       data.type = "miRNA Expression Quantification")
GDCdownload(miRNAquery)
miRNAmatrix <- GDCprepare(miRNAquery)

returns the function shown above.

ADD REPLY
0
Entering edit mode
@tiago-chedraoui-silva-8877
Last seen 3.6 years ago
Brazil - University of São Paulo/ Los A…

There was I bug. Thanks for reporting. I just solved it and it should be in bioconductor in two days.

ADD COMMENT

Login before adding your answer.

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