Skip to content

Instantly share code, notes, and snippets.

View amcdavid's full-sized avatar

Andrew McDavid amcdavid

View GitHub Profile
#' Tidying methods for DESeq2 DESeqTransform objects
#'
#' This reshapes a DESeq2 transform object (output from `rlog()` and
#' `varianceStabilizingTransform()` functions) into a tidy format.
#'
#' @param x DESeqTransform object
#' @param colData whether colData should be included in the tidied output
#' for those in the DESeqTransform object.
#' @param ... extra arguments (not used)
#'
@mfansler
mfansler / install-ascp.sh
Last active March 26, 2024 20:07
Install ascp on Linux
#!/bin/bash
## How to install ascp, in a gist.
## The URI below is not persistent!
## Check for latest link: https://www.ibm.com/aspera/connect/
wget -qO- https://ak-delivery04-mul.dhe.ibm.com/sar/CMA/OSA/0a07f/0/ibm-aspera-connect_4.1.0.46-linux_x86_64.tar.gz | tar xvz
## run it
chmod +x ibm-aspera-connect_4.1.0.46-linux_x86_64.sh