Skip to content

Commit 5e0716a

Browse files
committed
# version 0.0.56:
- Update author details in DESCRIPTION file.
1 parent dd926cc commit 5e0716a

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

DESCRIPTION

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
Package: Hotgenes
22
Type: Package
33
Title: Tools to simplify Omics DE Analysis
4-
Version: 0.0.55
5-
Author: Richard Virgen-Slane <Richard.Virgen-Slane@pfizer.com>
6-
Maintainer: Richard Virgen-Slane <Richard.Virgen-Slane@pfizer.com>
7-
Description: Converts outputs from DESeq2, limma, or a method of your
4+
Version: 0.0.56
5+
Authors@R: person(
6+
given = "Richard",
7+
family = "Virgen-Slane",
8+
email = "Richard.Virgen-Slane@pfizer.com",
9+
role = c("aut", "cre"),
10+
comment = c(ORCID = "0000-0002-0011-3844"))
11+
Description: Converts outputs from DESeq2, DRomics, limma, or a method of your
812
choice into a Hotgenes object to simplify downstream analysis.
913
Recall all results, specific genes, or identify genes of interest with
1014
hierarchical clustering on principal components.

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# version 0.0.56:
2+
- Update author details in DESCRIPTION file.
3+
14
# version 0.0.55:
25
- Fixed contrast_vectors arg to HotgenesDEseq2() bug that dropped contrast
36
names from export.

0 commit comments

Comments
 (0)