Major minor improvements
Summary
- Add
load_feature_annotation()
. MoTrPAC/MotrpacRatTraining6moData#43 - Add
tissues
,assays
, andcluster
arguments toenrichment_network_vis()
to
provide an alternate way for users to specify results fromMotrpacRatTraining6moData::GRAPH_PW_ENRICH
. - Add tests for
enrichment_network_vis()
. #45 - Use
signif()
instead ofround()
to display values in plot titles. #41 - Add
counts
argument totranscript_normalize_counts()
andatac_normalize_counts()
to allow user-supplied data. #43 - Add note about reproducibility issues to documentation for
transcript_normalize_counts()
. MoTrPAC/MotrpacRatTraining6moData#41 - Move
MotrpacRatTraining6moData
fromImports
toDepends
. This meansMotrpacRatTraining6moData
is also attached (not just loaded) whenMotrpacRatTraining6mo
is attached. #40 - Replace
fetch_object(name_as_string)
withget(name_as_string, envir=as.environment("package:MotrpacRatTraining6moData"))
. #40 - Change URLs for
load_methyl_feature_annotation()
andload_atac_feature_annotation()
. - Fix bug in
plot_feature_logfc()
that prevented epigenetic features from being plotted. - Speed up
plot_feature_logfc()
for differential epigenetic features. - In
get_rdata_from_url()
, calculate log fold-change standard errors for METHYL
differential analysis results:logFC_se = logFC/zscore
MoTrPAC/MotrpacRatTraining6moData#44 - Require newest version of
MotrpacRatTraining6moData
.
What's Changed
Full Changelog: v1.4.3...v1.5.0