Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-gregoricchio authored Jan 28, 2024
1 parent aa4042d commit 063fd5c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: Rseb
Type: Package
Title: An R-package for NGS data managing and visualization
Version: 0.3.2
Version: 0.3.3
Author: Sebastian Gregoricchio
Maintainer: Sebastian Gregoricchio <sebastian.gregoricchio@gmail.com>
Description: An R-package for daily tasks required to handle biological data as well as avoid re-coding of small functions for quick but necessary data managing.
Expand Down
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,17 @@ export(is.nan_df)
export(mass.to.volume)
export(molarity.to.mass)
export(move.df.col)
export(multi.bigwig.mean)
export(pStars)
export(pkg.check)
export(pkg.version)
export(plot.NES)
export(plot.density.differences)
export(plot.density.profile)
export(plot.density.profile.smooth)
export(plot.density.summary)
export(plot.gsea)
export(plot.multi.gsea)
export(qPCR.rna.exp)
export(qPCR.rna.mean.reps)
export(read.computeMatrix.file)
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ title: "changeLog"
[![forks](https://img.shields.io/github/forks/sebastian-gregoricchio/Rseb?style=social)](https://github.com/sebastian-gregoricchio/Rseb/fork)


#### [v0.3.3](https://github.com/sebastian-gregoricchio/Rseb/releases/tag/0.3.3) - January 28<sup>th</sup> 2024
* Bug fixing in `incucyte` function
* Added functions `plot.multi.gsea`, `plot.NES`
* Solved issue for incompatibility between files with and without 'chr' in `evaluate.heterogeneity` functions
* Dot strokes automatically removed in the `volcano` function in order to reduce the plot size for publications

<br />

#### [v0.3.2](https://github.com/sebastian-gregoricchio/Rseb/releases/tag/0.3.2) - September 18<sup>th</sup> 2023
* Update of `evaluate.heterogeneity` to enable the log1p signal in the heatmap and avoid scientific annotation of the rank numbers
* Minor bug-fixing in the `evaluate.heterogeneity`
Expand Down
Binary file modified Rseb_manual.pdf
Binary file not shown.

0 comments on commit 063fd5c

Please sign in to comment.