- Added
biocViewsto DESCRIPTION. - Added BiocStyle vignette.
- Updated R dependency to >= 4.4.0.
- Added
@returntags to all exported functions. - Fixed typos in documentation.
- Replaced
class(x) %in%withis.numeric(). - Converted NEWS to NEWS.md format.
parseDesignContrastadds new parameterexpSampleNamesto allow sample name consistency check with input matrix.
DesignContrastprints error message if validity is violated.parseDesignContrastFilefixes a mistake of assigning group levels.parseDesignContrastFilenow accepts thedispLevelStroption.
parseDesignContrastStrfixes two errors.
- Add
DesignContrastobject.
- Add new functionality in keepMaxMeanProbes.Rscript: able to read from .CHIP file.
- keepMaxMeanProbes.Rscript now does not depend on the S4 class ExpressionSet anymore, therefore much faster.
- Debug keepMaxMeanProbes.Rscript:
extnamereturns NA if not found, therefore an additional check is added.
- Function extension in
ChipFetcher2ExpressionSet: now non-Affymetrix probesets are supported as well.
- The main body of
readClshas been moved toribiosIO::read_cls.readClsbecomes a synonym for compatibility.
- Improvement in
readCls: error messages provide more informative details for mal-formatted files.
- Bug fix in
writeEset: expression matrix is written without quotes. - New script: keepMaxMeanProbes.Rscript filters duplicated genes by taking the one with maximum average expression.
- Bug fix in
readGct: if input feature names have duplicates, the exprs matrix row names are changed.
- Move exprsMat2gct.Rscript to the ribiosIO package.
writeGcthas been refactored for matrix in ribiosIO, and re-implemented as an S4-method for matrix and ExpressionSet.
- Add exprsMat2gct.Rscript to convert between expression matrix files and GCT files.
ChipFetcher2ExpressionSet: add option orthologue.keepMaxStatProbeusesfunction(x) mean(x, na.rm=TRUE)as default function.
- limma2gsea.Rscript is updated.
- Refactor GSEA-related functions that are not dependent on the Biobase data structure to the ribiosGSEA package.
- limma2gsea.Rscript guarantees no replicated gene symbols after orthologue mapping.
- Add limma2gsea.Rscript to inst/Rscript.
- The ribiosAnnotation package has been removed from the dependency list.
- Add comp_diff.Rscript to inst/Rscript.
- The deprecation message of
remainHighestVarProbeandkeepHighestVarProbehave been updated.
- The
rowscalemethod warns if the input ExpressionSet does not have 'lockedEnvironment' as storageMode.
- Low-level functions for computational drug repositioning refactored into ribiosReposition.
- Add feature in
summarizeProbesets: optionkeep.featureNames. - Rename and rewrite
sprintGmttoformatGmtas S4 method.
- Bugfix in
readEsetfor numeric column names. - Add
annotateandreannotatemethods. - Add documentation for the
ribios.ExpressionSetobject.
- Add
kendallWfunction andkendallWmatS4-method.
- PCA-related data structures and functions are refactored into the ribiosPCA package.
- Add
summarizeProbesetsto summarize probesets. - NAMESPACE are now explicitly stated.
- Add dependency on the ribiosAnnotation package.
- Add
writeEsetandreadEsetfunctions. readFKdatawas renamed asreadFKtable.
- Add git version control.
- Move data.frame and matrix functions to the ribiosUtils package.
- Refactor
read_gctinto ribiosIO for efficiency.
- Change
keepHighestVarProbeto more generalizedkeepMaxStatProbe.
- Remove the path option from the
readGctClsfunction.