GithubHelp home page GithubHelp logo

seqc's Introduction

seqc

seqc provides quality control figures of cuffdiff results using the cummeRbund package. It produces a static HTML report. Optionally you can output the resulting figures separately.



Installation

You can install the development version of seqc using:

# install.packages('devtools')
devtools::install_github("paulklemm/seqc")

Example

Create a static HTML report based on a cuffdiff output and save all generated figures separately in the output_path.

library(seqc)
createHTMLReport(
  cuffdiff_path = '/beegfs/scratch/bruening_scratch/pklemm/htseq-tools-test/cuffdiff_output/TuUp',
  output_path = '/beegfs/scratch/bruening_scratch/pklemm/seqcOutput',
  save_plots = TRUE,
  save_width = 10,
  save_height = 10,
  save_format = 'pdf'
)

Build Package

If you want to customize the image, download this repository, adapt the code and run the following code to build and install it.

roxygen2::roxygenise(); devtools::build(); devtools::install()

Links & Additional Information

These information are not required for running the script and comprise lessons learned and hopefully useful information for fellow R users.

Make R aware of Bioconductor package dependencies

This tool relies on Bioconductor packages. To make R aware that some packages are to be downloaded from bioconductor you can use a trick of adding biocViews: in your DESCRIPTION file (see DESCRIPTION). This was described in this issue.

Credits

seqc's People

Contributors

paulklemm avatar

Stargazers

Jorge Boucas avatar

Watchers

James Cloos avatar  avatar

seqc's Issues

Fix saving for base plots

Not working:

cuff %>% genes() %>% csDendro() %>%
  saveAndPrint('csDendogram', is_ggplot = FALSE)
cuff %>% genes() %>% csDendro(replicates = TRUE) %>%
  saveAndPrint('csDendogramReplicates', is_ggplot = FALSE)

Check saveReturnPlot

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.