Code Monkey home page Code Monkey logo

baiocchi_long's Introduction

Resistance to PRMT5 Targeted Therapy in Mantle Cell Lymphoma

This is an analysis project. Use this together with the companion data package to reproduce selected figures (scRNA-seq) from the manuscript.

Steps to Reproduce

  1. System Requirements
  • R v4.3
  • Rstudio
  • This software has been tested on Linux Ubuntu 18.04.6 and Windows 10
  • Loading the complete dataset occupies approximately 3.5 GB memory.
  1. Installation
  • go to the private link provided in the manuscript
  • download baiocchi.long.datapkg_.tar.gz to a convenient location on your computer.
  • install the data package by clicking on the Packages tab in Rstudio, then install. Then select install from: package archive file and navigate/select the downloaded package.
  • clone this analysis project to your computer using git clone https://github.com/blaserlab/baiocchi_long.git
  • open the R project by double-clicking on the baiocchi_long.Rproj file
  • a list of the packages required for the project can be found in library_catalogs/blas02_baiocchi_long.tsv. Filter for packages with status == "active". Install these packages.
  • install custom packages from our R Universe repository using these commands:
  • edit R/dependencies.R
    • unless you are using a blaseRtemplates installation, comment out the last active line starting blaseRtemplates::project_data....
    • uncomment/activate the last 3 lines to load the data into your workspace
  • edit R/configs.R
    • the file paths defining the figs_out and tables_out variables should be customized for your system
  • typical time required for the first installation and data loading is approximately 10 minutes.
  1. Instructions for use after installing and configuring
  • source R/dependencies.R
  • source R/configs.R
  • source R/manuscript_figures.R. This will generate all computationally-derived figures in the manuscript.
  • If properly configured, these scripts should run to completion in 1-2 minutes.
  1. Each computationally-generated figure panel is associated with processed data and code for visualization. Each processed data object has its own help manual and associated processing code within the data package. To access these resources do the following:
  • find the variable name for the panel you wish to review in R/manuscript_figures.R.
  • find the original data object used to generate that panel in the code
  • type ? to get the help manual
  • to review processing code, go to the installed location of baiocchi.long.datapkg on your system, enter the data-raw directory and run grep --include=*.R -rnw '.' -e ""

baiocchi_long's People

Contributors

blaserlab avatar lon195 avatar

Watchers

 avatar

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.