Skip to content

Commit

Permalink
1. Updated README.
Browse files Browse the repository at this point in the history
2. Removed Travis CI.
  • Loading branch information
Bharath Air committed Mar 5, 2023
1 parent 32b3e9e commit 326f63c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 53 deletions.
43 changes: 0 additions & 43 deletions .travis.yml

This file was deleted.

9 changes: 5 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ cat(
badge_doi("10.1111/febs.16095", "yellow")
)
```
[![DOI](https://zenodo.org/badge/314899899.svg)](https://zenodo.org/badge/latestdoi/314899899)
<!-- badges: end -->


Expand Down Expand Up @@ -59,12 +60,12 @@ library(compareRhythms)
vignette("UserGuide", package="compareRhythms")
```

## Reference
## Citation

To cite *compareRhythms* in publications use:
Please cite *compareRhythms* in publications as:

Venn diagram analysis overestimates the extent of circadian rhythm reprogramming. FEBS Journal, *In Press*. URL
https://febs.onlinelibrary.wiley.com/doi/10.1111/febs.16095
- Software v1.0.0 https://doi.org/10.5281/zenodo.7699722
- Venn diagram analysis overestimates the extent of circadian rhythm reprogramming. FEBS J, 289: 6605-6621. https://doi.org/10.1111/febs.16095

The R code to perform all the analyses in this publication (using *compareRhythms*) can be found in the repository https://github.com/bharathananth/FEBSJ-VDA-overestimates

Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
[![](https://img.shields.io/badge/devel%20version-1.0.1-green.svg)](https://github.com/compareRhythms)
[![License:
GPL-3](https://img.shields.io/badge/license-GPL--3-blue.svg)](https://cran.r-project.org/web/licenses/GPL-3)
[![](https://app.codecov.io/gh/bharathananth/compareRhythms/branch/master/graph/badge.svg)](https://app.codecov.io/gh/bharathananth/compareRhythms)
[![](https://codecov.io/gh/bharathananth/compareRhythms/branch/master/graph/badge.svg)](https://codecov.io/gh/bharathananth/compareRhythms)
[![](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![](https://img.shields.io/badge/doi-10.1111/febs.16095-yellow.svg)](https://doi.org/10.1111/febs.16095)
[![DOI](https://zenodo.org/badge/314899899.svg)](https://zenodo.org/badge/latestdoi/314899899)
<!-- badges: end -->

The goal of *compareRhythms* is to find features with altered circadian
Expand Down Expand Up @@ -53,13 +54,14 @@ library(compareRhythms)
vignette("UserGuide", package="compareRhythms")
```

## Reference
## Citation

To cite *compareRhythms* in publications use:
Please cite *compareRhythms* in publications as:

Venn diagram analysis overestimates the extent of circadian rhythm
reprogramming. FEBS Journal, *In Press*. URL
<https://febs.onlinelibrary.wiley.com/doi/10.1111/febs.16095>
- Software v1.0.0 <https://doi.org/10.5281/zenodo.7699722>
- Venn diagram analysis overestimates the extent of circadian rhythm
reprogramming. FEBS J, 289: 6605-6621.
<https://doi.org/10.1111/febs.16095>

The R code to perform all the analyses in this publication (using
*compareRhythms*) can be found in the repository
Expand Down

0 comments on commit 326f63c

Please sign in to comment.