Giter Club home page Giter Club logo

ibet's Introduction

Hi, I’m Jared 👋

I’m a Senior Bioinformatics Research Scientist in Suzanne Baker’s lab in the Department of Developmental Neurobiology at St. Jude Children’s Research Hospital. We study oncohistone mutations in the context of pediatric high grade gliomas.

Other than analysis, I build useful tools and utilities for the lab and community. Recently, I created a basic utility called strprofiler for comparing STR profiles between large collections and identifying potential sample swaps. This is particularly useful for labs that generate many cell lines/models, as we do.

Lately, I’ve been working on an R package called CRISPRball, which is largely based around a Shiny app of the same name for exploring, visualizing, and comparing CRISPR-Cas9 screens analyzed with MAGeCK. While this is a work in progress, it is functionally complete and will hopefully be in the next release of Bioconductor.

I am/have been involved in a handful of Bioconductor packages, including dittoSeq, SingleR, escape, and celldex.

Here’s some stats on my GitHub repos

ibet's People

Contributors

j-andrews7 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ibet's Issues

`shinyDESeq2` error and solution

Hello @j-andrews7 ,

I followed the README and ran shinyPCAtools, shinyDESeq2, and shinyDECorr. Both shinyPCAtools and shinyDECorr showed amazing interactive views and I will try them on my project datasets.

However, shinyDESeq2 gave me the following error:
Error in DESeq2::lfcShrink(dds, coef = coef, lfcThreshold = lfcThreshold) : coef %in% resultsNamesDDS is not TRUE

I proceeded as follows and got it running:

> resultsNames(dds)
[1] "Intercept"               "cell_N061011_vs_N052611" "cell_N080611_vs_N052611" "cell_N61311_vs_N052611" 
> colData(dds)
> res = results(dds)
> shinyDESeq2(dds, res=res, coef = "dex_trt_vs_untrt", annot.by = c("cell", "dex"))

Even though R documentation for res says "If not provided, it will be generated from the dds object via lfcShrink or results and coef", but shinyDESeq2 did not run without that.

I know its a minor issue, just thought of letting you know in case someone else try it. :-)

Thanks.
Gurpreet

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.