GithubHelp home page GithubHelp logo

amp-ad's People

Contributors

artemsokolov avatar pvtodorov avatar

Watchers

 avatar  avatar

amp-ad's Issues

Update the wrangling script for MSBB

The MSBB gene expression file has been updated. (We suspect the change has to do with ID anonymization). After verifying that the expression values didn't change, we need to update wrangle/AMP-AD/msbb.R to work with the updated file.

Update the mapping from Ensembl IDs to HUGO

annotables contains precomputed mappings between ENSEMBL gene IDs and HUGO symbols. Preliminary exploration with this package shows that joining Steve's DGE data against this mapping results in a larger number or retained genes.

Action item: Update DGE wrangle script to use annotables instead of EnsDb.Hsapiens.v86.

Move dataset / region recoding from loading to index generation

Current mapping of Dataset and Region vocabulary is in loading functions:

mutate_at( "Dataset", str_sub, 1, -3 ) %>%

and

mutate_at( "Dataset", str_sub, 1, -3 ) %>%

Move them upstream to index*() functions to create consistency. Currently, the user has to filter the index differently from the results matrix:

indexBackground() %>% filter( Region == "TempCortex" )

vs.

indexBackground() %>% bkFromIndex() %>% filter( Region == "TCX" )

Update the meta table for DGE data

The following modifications must be incorporated into the metadata table for DGE experiment, to accurately reflect drug identities:

  1. ruxolitinib+dsRNA should be changed to ruxolitinib (thus increasing the number of replicates for the latter from 3 to 6).
  2. plx-4720 and entinostat annotations should be swapped (i.e., all wells annotated with plx-4720 should be annotated with entinostat, and vice versa).

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.