Skip to content

Instantly share code, notes, and snippets.

View fmassicano's full-sized avatar
🤓

Felipe Massicano fmassicano

🤓
View GitHub Profile
@fmassicano
fmassicano / deseq2-analysis-template.R
Created February 19, 2021 19:34 — forked from stephenturner/deseq2-analysis-template.R
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
@fmassicano
fmassicano / DL0101EN-1-1-Forward-Propgation-py-v1.0.ipynb
Created February 18, 2020 21:40
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fmassicano
fmassicano / killsshfs
Last active March 18, 2019 23:58
sshfs workaround
pgrep -lf sshfs | cut -d" " -f1 | xargs -I{} echo "sudo kill -9 {}" | sh
@fmassicano
fmassicano / goroutines.go
Last active January 31, 2019 21:56
Golang practicing code
package main
import (
"fmt"
"time"
)
var (
done = make(chan bool)
i int = 0
@fmassicano
fmassicano / crawler.go
Last active February 1, 2019 22:52
A Tour of Go [Answers]
package main
import (
"fmt"
"sync"
)
type Fetcher interface {
// Fetch returns the body of URL and
// a slice of URLs found on that page.
@fmassicano
fmassicano / .block
Last active August 28, 2018 11:20 — forked from bunkat/index.html
Swimlane Chart using d3.js
license: mit
height: 500
scrolling: no
border: yes