Skip to content

Instantly share code, notes, and snippets.

View wenmm's full-sized avatar

Wen Haimei wenmm

View GitHub Profile
@bigsnarfdude
bigsnarfdude / gist:0fdba0788aa45ea900aa30b8375d2245
Last active April 17, 2024 00:11
cora dataset from scratch
import os
import numpy as np
import tensorflow as tf
import networkx as nx
from collections import Counter
from sklearn.utils import shuffle
from sklearn.preprocessing import LabelEncoder
@stephenturner
stephenturner / deseq2-analysis-template.R
Created July 30, 2014 12:20
Template for analysis with DESeq2
## RNA-seq analysis with DESeq2
## Stephen Turner, @genetics_blog
# RNA-seq data from GSE52202
# http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=gse52202. All patients with
# ALS, 4 with C9 expansion ("exp"), 4 controls without expansion ("ctl")
# Import & pre-process ----------------------------------------------------
# Import data from featureCounts