******************** ISB-CGC Notebooks ******************** What's a notebook? ------------------------ `Notebooks `_ provide an interface to an interactive analysis environment. They are a mix of code (usually R or Python), descriptive explanations, and visualizations. They're often used to demonstrate an analysis in a step by step fashion. We provide a set of notebooks below as tutorials for several frequently run analyses. You can run these through `Jupyter Lab `_, `R Studio `_, or `Google Colaboratory `_. I'm a novice, how do I... ------------------------- .. list-table:: :widths: 95 15 10 :align: center :header-rows: 0 * - Get started fast? - `Python `_ - `R `_ * - Find GDC file locations? - `Python `_ - `R `_ * - Plot a BigQuery result? - `Python `_ - `R `_ * - Plot a heatmap using data in BigQuery? - `Python `_ - `R `_ * - Work with cloud storage? - `Python `_ - * - Create cohorts of patients? - `Python `_ - `R `_ * - Use PyPika or dbplyr to build a query? - `Python `_ - `R `_ * - Create a complex cohort? - `Python `_ - `R `_ * - Join multiple tables? - `Python `_ - * - Convert a .bam file to a .fastq file with samtools? - `Python `_ - * - Find a GA4GH Tool Repository Service (TRS) tool? - `Python `_ - * - Run workflow execution service (WES) tools? - `Python `_ - * - Use the ISB-CGC APIs? - `Python `_ - `R `_ * - Explore CPTAC protein abundances? - `Python `_ - * - Compare protein and gene expression in CPTAC? - `Python `_ - * - Find data from Cancer Data Aggregator? - `Python `_ - I'm an advanced user, how do I... ------------------------- .. list-table:: :widths: 95 15 10 :align: center :header-rows: 0 * - Make a BigQuery table from an NCBI GEO data set? - `Python `_ - * - Compare cohorts with survival analysis and feature comparison? - `Python `_ - `R `_ * - Run an ANOVA with BigQuery? - `Python `_ - `R `_ * - Score gene sets in BigQuery? - `Python `_ - `R `_ * - Correlate gene expression and copy number variation? - `Python `_ - * - Compute gene-gene expression correlation using BigQuery? - `Python `_ - * - Create randomized subsets of patients using BigQuery? - `Python `_ - `R `_ * - Convert a 10X scRNA-seq bam file to fastq with dsub? - `Python `_ - * - Quantify 10X scRNA-seq gene expression with Kallisto and BUStools? - `Python `_ - * - Compute Nearest Centroid Classification using BigQuery? - `Python `_ - `R `_ * - Use a BigQuery user defined function to perform k-means clustering? - `Python `_ - * - Compute correlations of protein and gene expression in CPTAC? - `Python `_ - * - Compare protein expression from different pipelines using CPTAC data? - `Python `_ - * - Calculate associations between radiomics tumor imaging features and gene expression? - `Python `_ - * - Analyze the correlation between gene mutations and tumor imaging features? - `Python `_ - * - Compare gene expression in tumor against gene expression in normal tissue? - `Python `_ - * - Identify cancer pathways from the Reactome database that are related to a set of genes? - `Python `_ - * - Integrate the Targetome and Reactome datasets to identify pathways affected by cancer drugs? - `Python `_ -