Skip to content

Releases: MoTrPAC/MotrpacRatTraining6mo

It depends

10 Nov 06:25
0f38357
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.4...v1.6.5

Summer bug

03 Jun 01:33
8fc504b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.2...v1.6.4

Ready for the World

28 Apr 18:48
f951cbc
Compare
Choose a tag to compare

This package provides functions to fetch, explore, and reproduce the processed data and downstream analysis results presented in the main paper for the first large-scale multi-omic multi-tissue endurance exercise training study conducted in young adult rats by the Molecular Transducers of Physical Activity Consortium (MoTrPAC).
The goal of this release is to generate a citation in Zenodo

ATAC the bug

10 Mar 15:27
f951cbc
Compare
Choose a tag to compare

Summary:

  • Bug fix in atac_timewise_da() and atac_training_da() when n_features = Inf.

What's Changed

Full Changelog: v1.6.1...v1.6.2

Refmenable

05 Feb 23:27
bcc13e7
Compare
Choose a tag to compare

Summary

  • Accommodate RefMet IDs as feature IDs in plot_feature_normalized_data() and plot_feature_logfc().
  • Pass the user-supplied version of the feature identifier when plot_feature_logfc() is called within plot_feature_normalized_data().

What's Changed

Full Changelog: v1.6.0...v1.6.1

Enriching

27 Jan 02:40
3cea99b
Compare
Choose a tag to compare

Summary

  • Add functions for GSEA and PTM-SEA: ssGSEA2_wrapper(), prepare_gsea_input(),
    prepare_ptmsea_input(), find_flanks(), load_uniprot_human_fasta()
  • Add extract_top_trajectories() function.

What's Changed

Full Changelog: v1.5.2...v1.6.0

He sed she sed

20 Jan 22:45
3f0ea6d
Compare
Choose a tag to compare

Summary

  • For enrichment_network_vis() with argument return_html=TRUE, don't require GNU sed.

What's Changed

Full Changelog: v1.5.1...v1.5.2

Vizzy whiz

19 Jan 19:56
5dd7c76
Compare
Choose a tag to compare

Summary

  • In enrichment_network_vis(), include pathway names in determination of node labels.
  • In enrichment_network_vis(), use MotrpacRatTraining6moData::FEATURE_TO_GENE_FILT as
    feature_to_gene default instead of the unfiltered version.
  • Add more details to enrichment_network_vis() docs.

What's Changed

Full Changelog: v1.5.0...v1.5.1

Major minor improvements

19 Jan 02:10
7959e39
Compare
Choose a tag to compare

Summary

  • Add load_feature_annotation(). MoTrPAC/MotrpacRatTraining6moData#43
  • Add tissues, assays, and cluster arguments to enrichment_network_vis() to
    provide an alternate way for users to specify results from MotrpacRatTraining6moData::GRAPH_PW_ENRICH.
  • Add tests for enrichment_network_vis(). #45
  • Use signif() instead of round() to display values in plot titles. #41
  • Add counts argument to transcript_normalize_counts() and atac_normalize_counts()
    to allow user-supplied data. #43
  • Add note about reproducibility issues to documentation for transcript_normalize_counts(). MoTrPAC/MotrpacRatTraining6moData#41
  • Move MotrpacRatTraining6moData from Imports to Depends. This means MotrpacRatTraining6moData is also attached (not just loaded) when MotrpacRatTraining6mo is attached. #40
  • Replace fetch_object(name_as_string) with get(name_as_string, envir=as.environment("package:MotrpacRatTraining6moData")). #40
  • Change URLs for load_methyl_feature_annotation() and load_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

Try try again

06 Jan 23:11
30c53e7
Compare
Choose a tag to compare

Summary

  • In plot_feature_normalized_data() and plot_feature_logfc(), handle input features that don't exist in the data.

What's Changed

Full Changelog: v1.4.2...v1.4.3