Tiago Chedraoui Silva

Results 170 comments of Tiago Chedraoui Silva

@seresharp Do you have any info about installing on mac ?

Hi, GDCquery_Maf was removed from the latest version of the package after GDC last update. On Sun, May 1, 2022, 5:14 PM krushnach80 ***@***.***> wrote: > I'm trying to run...

Here is the documentation. https://bioconductor.org/packages/release/bioc/vignettes/TCGAbiolinks/inst/doc/mutation.html

Hello, For the legacy database there were several files. You will need to use `file.type` filter. For example: ``` query.sim_Nuc_Var

It is working for me: https://rpubs.com/tiagochst/TCGAbiolinks_issue_520 The "duplicated cases" is just a warning, since for each MAF file both matched tumor and normal samples were used to produce the file.

Hi, Could you update to the last version with `BiocManager::install("BioinformaticsFMRP/TCGAbiolinks")`. I don't think any old versions will be working anymore.

I'll check, I think I know what it might be.

Thanks, I just fixed it. If you reinstall with `BiocManager::install("BioinformaticsFMRP/TCGAbiolinks")` and restart R it should be working.

The function was mainly created for TCGA data. There are certain functions that will only work with TCGA data. You could still run the function as below: ``` library(TCGAbiolinks) project

Please, if you try installing openssl with `install.packages("openssl")` what is the output ? It is possibly missing a system dependence to install openssl package.