- Create an on-the-fly
sampleMap
forRNASeq2GeneNorm*
data version2.1.1
. Data source has mungedcolnames
and sample maps were not updated in the latest upload (#59, @LiNk-NY)
- Data version 2.1.1 is now availble. It contains updates to
RNASeq2GeneNorm*
, andRNASeq2Gene*
, as well as fixes to the curated subtypes in thecolData
forOV
andSKCM
.
- When the
assays
argument wasRNASeq2Gene
,curatedTCGAData
would incorrectly includeRNASeq2GeneNorm
assays. Users who want to return both assay types should enterRNASeq2Gene*
instead (with an asterisk). - When more than one
BiocVersion
in the metadata was available, thecuratedTCGAData
function would return duplicate results. This has been fixed to obtain either the matchingBiocVersion
or the latest version in the metadata.
- The
version
argument now allows users to select either1.1.38
or2.0.1
. - Version
2.0.1
includesRNASeq2Gene
data as RSEM TPM gene expression values (#38, @mherberg). - Genomic information updated for
RaggedExperiment
type data objects where '37' is now 'GRCh37' (#40, @vjcitn). - Datasets (e.g., OV, GBM) that contain multiple assays that could be merged are now provided as merged assays (#27, @lwaldron).
- The vignette now includes sections on how to use the
TCGAprimaryTumors
andgetWithColData
functions.
mRNAArray
assays now returnmatrix
type data instead ofDataFrame
(#31, @lgeistlinger, @vjcitn).- Removed force download of GISTIC resources
- Published article now available with
citation("curatedTCGAData")
- Output dataset options as table when
dry.run
is enabled in the main function. - Check for
RaggedExperiment
dependency when loading data that uses the data representation (@vjcitn, #39)
- Control verbosity of
curatedTCGAData
function with theverbose
argument (@lgeistlinger, #35) - Fallback added for when
ExperimentHub
service is offline (@vjcitn, #36) - Data export section added to main vignette due to new features in
MultiAssayExperiment
- Add a caveats section for working with TCGA data in the vignette (@vjcitn suggest)
- Provide examples for
TCGAutils::TCGAsampleSelect
in the vignette
- Methylation data represented as a
DelayedMatrix
with associated HDF5 files within aSummarizedExperiment
object. They can be downloaded using theMethyl*
assay keyword. - Big changes to documentation with table added for detailing
ExperimentList
data types (thanks to @lgeistlinger) - Vignette now includes some helper functions provided by
TCGAutils
TCGAutils
is available for use withcuratedTCGAData
- 'GISTIC_Peak' datasets are force downloaded due to caching mechanism issues
- Issue of missing 'GISTIC' data for
LAML
andSKCM
due to incorrect file links has been resolved (#29 @pcheng84) - Updated data documentation
dry.run
argument incuratedTCGAData
returns a list of metadata file matches
- Main function now uses the
MultiAssayExperiment
constructor function
- Released to Bioconductor
- Supports multiple cancers with auto-merge of
colData
- Added full list of data types
- Code clean up (helper functions)
- Use metadata in main function to return list of datasets
- Updated
curatedTCGAData
function - Supports multiple cancers
- Includes curated
colData
datasets - Updated vignette, documentation from new builds
- Updated metadata from pipeline
- Updated NAMESPACE and DESCRIPTION
- Included test for number of resources in EH and in metadata
- Improved input handling of main function
- Updated
DESCRIPTION
file to reflect authorship. - Progress towards submission to ExperimentHub
- Added a
NEWS
file to track changes to the package.