Skip to content

Instantly share code, notes, and snippets.

View VivekTodur's full-sized avatar
🎯
Focusing

Vivek Todur VivekTodur

🎯
Focusing
  • Eurofins Clinical Genetics
  • Bengaluru, Karnataka, India
View GitHub Profile
# wdecoster
import os
import seaborn as sns
import numpy as np
import matplotlib.pyplot as plt
import argparse
from Bio import SeqIO
parser = argparse.ArgumentParser(
@slavailn
slavailn / illumina_array_limma.R
Created November 16, 2016 00:30
illumina array analysis, read files from idats using limma and proceed to compare several groups (ANOVA type)
library(limma)
library(RColorBrewer)
library(gplots)
library(lumi)
library(lumiHumanAll.db)
library(lumiHumanIDMapping)
library(biomaRt)
setwd("C:/Users/Yaroslav/Documents/teraherz2")
list.files()