Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/workflows/r-universe.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Test R-universe

on:
push:
pull_request:

jobs:
build:
name: R-universe testing
uses: r-universe-org/workflows/.github/workflows/build.yml@v3
with:
universe: bioc
organization: bioconductor # for BiocCheck checks
8 changes: 1 addition & 7 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,11 @@ knitr::opts_chunk$set(
# *methylTFR* : Quantification of DNA Methylation Patterns in TFBS

<!-- badges: start -->
[![Test R-universe](https://github.com/EpigenomeInformatics/methylTFR/actions/workflows/r-universe-test.yml/badge.svg)](https://github.com/EpigenomeInformatics/methylTFR/actions/workflows/r-universe.yml)
[![R-CMD-check-bioc](https://github.com/EpigenomeInformatics/methylTFR/actions/workflows/check-bioc.yml/badge.svg)](https://github.com/EpigenomeInformatics/methylTFR/actions/workflows/check-bioc.yml)
[![R-CMD-check](https://github.com/EpigenomeInformatics/methylTFR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/EpigenomeInformatics/methylTFR/actions/workflows/R-CMD-check.yaml)
[![GitHub issues](https://img.shields.io/github/issues/EpigenomeInformatics/methylTFR)](https://github.com/EpigenomeInformatics/methylTFR/issues)
[![GitHub pulls](https://img.shields.io/github/issues-pr/EpigenomeInformatics/methylTFR)](https://github.com/EpigenomeInformatics/methylTFR/pulls)
[![Bioc release status](http://www.bioconductor.org/shields/build/release/bioc/methylTFR.svg)](https://bioconductor.org/checkResults/release/bioc-LATEST/methylTFR)
[![Bioc devel status](http://www.bioconductor.org/shields/build/devel/bioc/methylTFR.svg)](https://bioconductor.org/checkResults/devel/bioc-LATEST/methylTFR)
[![Bioc downloads rank](https://bioconductor.org/shields/downloads/release/methylTFR.svg)](http://bioconductor.org/packages/stats/bioc/methylTFR/)
[![Bioc support](https://bioconductor.org/shields/posts/methylTFR.svg)](https://support.bioconductor.org/tag/methylTFR)
[![Bioc history](https://bioconductor.org/shields/years-in-bioc/methylTFR.svg)](https://bioconductor.org/packages/release/bioc/html/methylTFR.html#since)
[![Bioc last commit](https://bioconductor.org/shields/lastcommit/devel/bioc/methylTFR.svg)](http://bioconductor.org/checkResults/devel/bioc-LATEST/methylTFR/)
[![Bioc dependencies](https://bioconductor.org/shields/dependencies/release/methylTFR.svg)](https://bioconductor.org/packages/release/bioc/html/methylTFR.html#since)
<!-- badges: end -->

`methylTFR` is an R-package to analyze DNA methylation signatures in transcription factor binding sites in each individual cells or samples.
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<!-- README.md is generated from README.Rmd. Please edit that file -->



# *methylTFR* : Quantification of DNA Methylation Patterns in TFBS

<!-- badges: start -->
[![Test R-universe](https://github.com/EpigenomeInformatics/methylTFR/actions/workflows/r-universe-test.yml/badge.svg)](https://github.com/EpigenomeInformatics/methylTFR/actions/workflows/r-universe.yml)
[![R-CMD-check-bioc](https://github.com/EpigenomeInformatics/methylTFR/actions/workflows/check-bioc.yml/badge.svg)](https://github.com/EpigenomeInformatics/methylTFR/actions/workflows/check-bioc.yml)
[![R-CMD-check](https://github.com/EpigenomeInformatics/methylTFR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/EpigenomeInformatics/methylTFR/actions/workflows/R-CMD-check.yaml)
[![GitHub issues](https://img.shields.io/github/issues/EpigenomeInformatics/methylTFR)](https://github.com/EpigenomeInformatics/methylTFR/issues)
Expand Down
Loading