Skip to content

Releases: BIMSBbioinfo/RCAS

1.5.4

26 Mar 13:19
Compare
Choose a tag to compare

Bug fix: fixed bug in extracting motif matches via strsplit in report.Rmd script.

1.5.3

27 Feb 13:23
Compare
Choose a tag to compare

Vignettes have been improved. A new vignette is added that describes how to do meta-analysis of multiple CLIP-seq samples.

RCAS 1.3.4

06 Sep 09:02
Compare
Choose a tag to compare

New features

  • New functions are added for meta-analysis of two or more sample datasets
    • importBedFiles: can import a list of bed files at the same time
    • summarizeQueryRegionsMulti: processes a list of bed files to get feature overlap summaries
    • getIntervalOverlapMatrix: Compares a list of GRanges objects to a target GRanges object
      to get a binary matrix. Useful for downstream processing to get similarity/distance matrices for a group of samples.

RCAS 1.3.3

31 Aug 12:29
Compare
Choose a tag to compare
v1.3.3

RCAS development - release 1.3.3

RCAS 1.3.1

30 Jun 15:49
Compare
Choose a tag to compare

New features

  • RCAS now supports genome versions mm10 and hg38.

RCAS release v1.1.1

25 Dec 16:32
Compare
Choose a tag to compare

New features

  • New function introduced: plotFeatureBoundaryCoverage that creates interative plotly graphs for coverage profiles at transcript feature boundaries
  • Changes in the HTML output of runReport function:
    • The interactive plots now can be exported to not only PNG but also SVG for higher quality figures.
    • The interactive tables for GO and GSEA analyses now have additional column for Benjamini-Hochberg multiple testing corrected p-values.
    • The design of the coverage profiles have changed:
      • The coverage profiles are represented not only by a line but also a confidence envelope surrounding the line. The solid-line in the middle represents the mean coverage score (output of ScoreMatrix function from genomation package), and the thickness of the surrounding confidence envelope is as large as the standard error of the mean multiplied by 1.96 (95% confidence interval).
    • The font sizes in all plots have been increased to 14.
  • calculateCoverageProfile function returns a Score Matrix object rather than a data.frame.
  • calculateCoverageProfileList object returns a data.frame rather than a list of data.frame objects.

Bug fixes

  • In inst/report.Rmd script (called by the runReport function), the motif analysis chunk has been updated to account for the number of input intervals before down-sampling to 10000.
  • Coverage profile calculations for coding exon-intron junctions has changed:
    • Now, firstly all internal exons are found such that all exons have at least two neighboring introns on both 5' and 3' directions. Then, the coverage profiles on the 5' and 3' directions are calculated. Previously, this filtering for the criteria that the exon must be in the middle of two introns was not applied and only a 50 bp region was plotted. Now, the profiled region is the area that spans 1000 bps both upstream and downstream of the internal exons.

Changes in Dependencies

  • Due to a bug fix in older version of genomation package, RCAS now depends on genomation releases later than 1.5.5.
  • plotrix library is added to dependencies. The std.error function from this library is use to calculate standard error of the mean of a given vector of real numbers.

RCAS release v1.0.0

12 Oct 22:03
Compare
Choose a tag to compare

Same as RCAS 0.99.7 - version bumped together with Bioconductor 3.4 release

  • Added selfContained argument to runReport function so that the generated html report can be arranged to be standalone (slow to load but self-contained) or not (fast to load but external dependencies have to be shipped with the html file).
  • Updated motif analysis chunk in report.Rmd script. Query regions shorter than 15 bp are resized to 15bp to enable motif search in datasets with short interval queries.

RCAS pre-release v0.99.6

11 Oct 17:15
Compare
Choose a tag to compare
Pre-release

New features:

  • DT::datatables in the report now contain buttons to export data tables to CSV, Excel, PDF, or
    print or copy the data.
  • with a new option in runReport function 'printProcessedTables', when set to TRUE, the raw data generated to make all tables and figures can be printed to text files in the working directory.
  • A new table is added at the beginning of the runReport output, that shows the input settings
    used to run the document
  • A sessionInfo() is added to the end of the runReport output
  • Added 'quiet' option to runReport function to optionally suppress progress bars and messages during report generation.
  • Added 'self_contained' option to runReport -> render -> html_document function so that the rendering can either create a standalone html file with no external dependencies (default mode) or print dependencies in the same directory as a separate folder.

Bug fixes

  • With the new plotly version release, the download button for plotly generated figures in the
    report html works.

RCAS pre-release v0.99.4

04 Aug 12:35
Compare
Choose a tag to compare
Pre-release

First version bump after RCAS has been accepted to Bioconductor.

New features:

  • Additional coverage profile plots for Transcription Start/End Sites
  • Better ranking of GO and MSIGDB terms using both FDR and fold change values
  • Minor bug fix for motif analysis in the reporting script

RCAS pre-release v0.99.3

16 Jun 11:43
Compare
Choose a tag to compare
Pre-release

Made one minor revision

  • Cleaned up the directory inst/