Skip to content
/ broadSeq Public

This is a read-only mirror of the git repos at https://bioconductor.org

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

bioc/broadSeq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

broadSeq

The goal of broadSeq is to do easily RNA-seq data analysis with multiple methods (usually which needs many different input formats). Here the user will provide the expression data as a SummarizedExperiment object and will get results from different methods. This function oriented package will give user freedom to develop customized and reproducible workflow. Additionally, it will also help to quickly evaluate different methods easily.

This is under active development. Please report if you find any bug.

Installation

if (!require("BiocManager"))
    install.packages("BiocManager")
BiocManager::install("broadSeq")

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

# install.packages("devtools")
devtools::install_github("dasroy/broadSeq")

For package documentation

devtools::install_github("dasroy/broadSeq", build_vignettes = TRUE)
browseVignettes(package = "broadSeq")

About

This is a read-only mirror of the git repos at https://bioconductor.org

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages