Mercurial > repos > davidvanzessen > mutation_analysis
comparison mutation_analysis.r @ 115:ede6c4ee5196 draft
Uploaded
| author | davidvanzessen |
|---|---|
| date | Tue, 09 Aug 2016 08:26:15 -0400 |
| parents | e7b550d52eb7 |
| children | ad7ca9c2b748 |
comparison
equal
deleted
inserted
replaced
| 114:e7b550d52eb7 | 115:ede6c4ee5196 |
|---|---|
| 1 library(data.table) | 1 library(data.table) |
| 2 library(ggplot2) | 2 library(ggplot2) |
| 3 library(reshape2) | |
| 3 | 4 |
| 4 args <- commandArgs(trailingOnly = TRUE) | 5 args <- commandArgs(trailingOnly = TRUE) |
| 5 | 6 |
| 6 input = args[1] | 7 input = args[1] |
| 7 genes = unlist(strsplit(args[2], ",")) | 8 genes = unlist(strsplit(args[2], ",")) |
