getReport
has been removed from the package.
- Remove unnecessary imports e.g., from
RCircos
.
- The functions
getCNGECorrelation
,getDiffExpressedGenes
, andgetSurvival
have been removed from the package.
- Include additional options for
miRNASeqGeneType
andRNAseq2Norm
inputs, see?getFirehoseData
. - The functions
getCNGECorrelation
,getDiffExpressedGenes
, andgetSurvival
have been defunct and will be removed from the package (see?'RTCGAToolbox-defunct'
). - The
RNAseq2Norm
argument ingetFirehoseData
allows additional options: "RSEM_normalized_log2", "raw_counts", "scaled_estimate" from the 'preprocessed' tarballs in Firehose. The "normalized_counts" default remains.
getFirehoseData
when used with themiRNASeqGene
argument was downloading read counts data rather than RPM. This has been fixed with themiRNASeqGeneType
argument. "read_count" and "cross-mapped" data are still available but must be entered explicitly inmiRNASeqGeneType
.
- Resolve disparate columns in mutation files from
GBMLGG
(@andreagrioni, #45) - Update codebase to download https resources from newer layout in <gdac.broadinstitute.org> (@biostars-nyc, #44).
- Update
makeSummarizedExperimentFromGISTIC
interface withrownameCol
input, type checking, and set row names when the are not duplicated.
- Use cache directory obtained from
tools::R_user_dir
- Clean up class membership checks, e.g., with
is(x, "classname")
- Set missing rows to
""
for downstream compatibility withSummarizedExperiment
.
- The deprecated functionality vignette moved to the
vignettes/analysis/
folder
makeSummarizedExperimentFromGISTIC
transferred fromTCGAutils
biocExtract
now merges datasets from the same platforms- Re-worked and simplified
getData
method forFirehoseData
andFirehoseGISTIC
- Remove missing ranges when creating
GRanges
andGRangesList
fromDataFrame
- Added the
RNASeq2Gene
slot to theFirehoseData
class. This data type mainly obtains RNASeq v2raw_counts
from the pipeline (scaled_estimates
also available; @mherberg #39) - Added an
accmini
example dataset as obtained fromgetFirehoseData
getLinks
function shows the user some file provenance based on data requested- Newly deprecated functions:
getDiffExpressedGenes
,getCNGECorrelation
,getSurvival
andgetReport
. It is no longer possible for the maintainer to update these functions in a way that would benefit users. A transfer of responsibility would be required, i.e. to another package. - Vignettes are updated to reflect changes in the codebase.
- Improvements to internal functions for converting tabular data to Bioconductor classes
- Missing (NA)
seqnames
are removed when converting toRaggedExperiment
- Remove static file dependencies from GitHub and use text inside function (@DavisWeaver, #34)
- Added default values to helper for making
SummarizedExperiment
datasets - Coerce sample names to character when in (the rare) case they're numeric
- Added an ellipsis argument to
biocExtract
for specifying thenames.field
in tabular data that will correspond to the row names of aSummarizedExperiment
- Warning for Windows users added when file paths are too long
getGISTICPeaks
now requires aFirehoseGISTIC
data object obtained fromgetFirehoseData
- Consolidate GISTIC data download methods in
getFirehoseData
andgetGISTICPeaks
- Increase robustness of internal helper functions that work with strands
- 'TCGA' sample column identification is less strict
RNASeq2GeneNorm
slot in theFirehoseData
class is alist
now (frommatrix
)- Use
tempdir()
as the default directory for downloading data ingetFirehoseData
- Save all
RNASeq2GeneNorm
datasets within the output object as a list. Previously, only the last dataset would get returned (#30) - Read files from the appropriate download location in
getFirehoseData
- Move static text file references from 'canevolve.org' to GitHub hosted locations
- Check file sizes using
httr
instead of 'canevolve.org' query (@mksamur, #32)
- GISTIC data for
SKCM
andLAML
is correctly returned by thegetFirehoseData
function - Helpers now correctly assign row names in presence of ranged data when
using
biocExtract
biocExtract
can now return GISTIC peak data as well with the 'GISTICP' option- Methylation data is now converted to
DelayedArray
and contained inSummarizedExperiment
objects viabiocExtract
- Added an
isEmpty
method to theFirehoseGISTIC
data class
- Set default 'peak' argument to 'wide'
- Functionality from the
TCGAutils
package is now employed such asfindGRangesCols
anduniformBuilds
- Fixed bug where file rename was not working due to incorrect path location
in
getFirehoseData
getBroadSubtypes
andgetGISTICPeaks
now included in the package. Thanks to @lgeistlinger!- Updated import directives
- Added peaks data slot to the
FirehoseGISTIC
class - Numerous improvements to internal helpers
- Added a
GISTIC
argument togetFirehoseData
selectType
function replaces all previous data type extractor functionsgetData
improved, removedCN
argument- Cleaner documentation for
biocExtract
- Included helper functions for enabling full functionality of
biocExtract
- Added appropriate import directives
- Re-organized documentation for readability
biocExtract
function now available - convert data objects to Bioconductor friendly data classes
- New maintainer for package
- Updated API - see
FirehoseData
slots for changes - New extractor functions for slots of
FirehoseData
- Standardize argument names and slots
- Export functions in package
- Updated NAMESPACE
- Cleaner documentation
- Import directives appropriate
- Example dataset updated to new API