Skip to content
View sschmutz's full-sized avatar

Highlights

  • Pro

Organizations

@medvir @acg-team
Block or Report

Block or report sschmutz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. PangoLineageTranslator PangoLineageTranslator Public

    Translate and Illustrate SARS-CoV-2 Pango Lineages

    R 1

  2. thesis-workflow thesis-workflow Public

    Snakemake Workflow of Master's Thesis

    Python

  3. medvir/miseq-maintenance-status medvir/miseq-maintenance-status Public

    Provides an overview over the current maintenance status of an Illumina MiSeq sequencer

    Python 1

  4. medvir/ptmismatch medvir/ptmismatch Public

    Examination of Primer-Template Mismatches

    R

  5. add a column containing a barcode add a column containing a barcode
    1
    library(tidyverse)
    2
    library(baRcodeR) # using custom_create_PDF()
    3
    library(pdftools) # using pdf_convert()
    4
    library(gt)
    5
    library(gtExtras) # using gt_img_rows()
  6. animate qPCR data animate qPCR data
    1
    library(googlesheets)
    2
    library(dplyr)
    3
    library(readr)
    4
    library(ggplot2)
    5
    library(gganimate)