https://github.com/bioconductor-source/tdbasedufeadv

https://github.com/bioconductor-source/tdbasedufeadv

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.5%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: bioconductor-source
  • Language: R
  • Default Branch: devel
  • Size: 1.76 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog

README.md

TDbasedUFEadv

The goal of TDbasedUFEadv is to …

Installation

r if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("TDbasedUFEadv")

You can install the latest release of TDbasedUFEadv from GitHub with:

``` r

install.packages("devtools")

devtools::install_github("tagtag/TDbasedUFEadv@0.99.0-1") ```

You can install the development version of TDbasedUFEadv from GitHub with:

``` r

install.packages("devtools")

devtools::installgithub("tagtag/TDbasedUFEadv",buildvignettes = TRUE) ```

or if it does not work, try

``` r

install.packages("devtools")

devtools::install_github("tagtag/TDbasedUFEadv") ```

Introduction

It is an advanced version of TDbasedUFE. Thus people who would like to use TDbasedUFEadv, please first install and check TDbasedUFE.

Vignettes

For theoretical memo

vignette(“ExplanationofTDbasedUFEadv”)

How to use it.

vignette(“Howtouse_TDbasedUFEadv”)

vignette(“Enrichment”)

For more theoretical background

vignette(“TDbasedUFEadv”)

Owner

  • Name: (WIP DEV) Bioconductor Packages
  • Login: bioconductor-source
  • Kind: organization
  • Email: maintainer@bioconductor.org

Source code for packages accepted into Bioconductor

GitHub Events

Total
Last Year

Dependencies

DESCRIPTION cran
  • Biobase * imports
  • DOSE * imports
  • GenomicRanges * imports
  • RTCGA * imports
  • STRINGdb * imports
  • TDbasedUFE * imports
  • enrichR * imports
  • enrichplot * imports
  • graphics * imports
  • hash * imports
  • methods * imports
  • rTensor * imports
  • shiny * imports
  • stats * imports
  • utils * imports
  • BiocStyle * suggests
  • MOFAdata * suggests
  • RTCGA.clinical * suggests
  • RTCGA.rnaseq * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat >= 3.0.0 suggests