Skip to content
View mattgalbraith's full-sized avatar
  • Linda Crnic Institute for Down Syndrome
  • University of Colorado Anschutz

Highlights

  • Pro

Organizations

@include-dcc @Linda-Crnic-Institute-for-Down-Syndrome @DS3-Course

Block or report mattgalbraith

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. homer-docker-singularity homer-docker-singularity Public

    Build Docker container for Homer software and optionally convert to Singularity/Apptainer for running on HPC system

    Dockerfile 1

  2. BaSH_seq BaSH_seq Public

    This pipeline processes high-throughput sequencing data (PE/SE) through QC,trim/filter,alignment,counting etc via sequential stages, with individual samples run in parallel via submission to a Slur…

    Shell 1

  3. hisat2-docker-singularity hisat2-docker-singularity Public

    Build Docker container for HISAT2 and (optionally) convert to Apptainer/Singularity.

    Dockerfile 1

  4. Default theme for ggplot Default theme for ggplot
    1
    ## Setting and modifying default theme for plots
    2
    theme_set(theme_gray(base_size=12, base_family="Arial") +
    3
                theme(
    4
                  panel.border=element_rect(colour="black", fill="transparent"), 
    5
                  plot.title=element_text(face="bold", hjust=0),