Skip to content

Commit

Permalink
Updates_0.18V
Browse files Browse the repository at this point in the history
Corrected ORCID reference.
  • Loading branch information
KJeynesCupper committed Feb 19, 2024
1 parent 94b6b68 commit 984939a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Package: mobileRNA
Type: Package
Title: mobileRNA: Investigate the RNA mobilome & population-scale changes
Version: 0.99.17
Version: 0.99.18
Authors@R: c(person("Katie", "Jeynes-Cupper",
email = "kej031@student.bham.ac.uk", role = c("aut", "cre"),
comment= "https://orcid.org/0009-0000-1350-1371"),
comment = c(ORCID = "0009-0000-1350-1371")),
person("Marco", "Catoni", email = "m.catoni@bham.ac.uk", role = "aut",
comment= "https://orcid.org/0000-0002-3258-2522"))
comment= c(ORCID = "0000-0002-3258-2522")))
Description:Genomic analysis can be utilised to identify differences between RNA
populations in two conditions, both in production and abundance. This includes
the identification of RNAs produced by multiple genomes within a biological
Expand Down
5 changes: 5 additions & 0 deletions inst/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# mobileRNA 0.99.17

* Corrected ORCID references for authors


# mobileRNA 0.99.17

* Amended `RNAmobile()` to ensure removal of non-zero values
* Improved look of PCA plot
* Corrected documentation issue and code disparage in `plotHeatmap()`, and improved styling.
Expand Down

0 comments on commit 984939a

Please sign in to comment.