BioinformaticsFMRP / TCGAbiolinks

TCGAbiolinks
http://bioconductor.org/packages/devel/bioc/vignettes/TCGAbiolinks/inst/doc/index.html
289 stars 110 forks source link

getProjectSummary() missing #496

Closed mikegluk closed 2 years ago

mikegluk commented 2 years ago

Function getProjectSummary() looks to be missing from TCGAbiolinks_2.22.4

> lst <- ls("package:TCGAbiolinks")
> cat(lst[grep("^get", lst)], sep="\n")
get.GRCh.bioMart
get_IDs
getAdjacencyBiogrid
getDataCategorySummary
getGDCInfo
getGDCprojects
getGistic
getLinkedOmicsData
getManifest
getMC3MAF
getResults
getSampleFilesSummary
tiagochst commented 2 years ago

The function was exported in the latest version.

You can update the package with the following command:

BiocManager::install("BioinformaticsFMRP/TCGAbiolinksGUI.data")
BiocManager::install("BioinformaticsFMRP/TCGAbiolinks")
mikegluk commented 2 years ago

Awesome, thanks!