I hereby claim:
- I am rtraborn on github.
- I am rtraborn (https://keybase.io/rtraborn) on keybase.
- I have a public key ASBRb-ZADvJMUhzrWlIalMkUHvevtqSHcsn8thqKGBi8UQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
### Running motif2meme.R | |
> source("/path/to/motif2meme.R") | |
> motif2meme("/path/to/motif/file/") |
##These workflows analyze and visualize the frequency of various motif elements in the proximal promoters (and flanking regions) of Arabidopsis.
# Generating the figure showing the distribution between identified TSRs and TATA motifs | |
# Written on 1/9/2015 | |
#loading lattice | |
library(lattice) | |
#setting the working directory | |
setwd("/DATA/GROUP/rtraborn/tsrchitect_test/") | |
#reading the distribution file (created by closeestBed; see documentation) into R |
####This is Taylor's gist repo ### In general, I'll use this for code to generate draft figures and the figures themselves until. Other odds-and-ends that don't naturally fit into my github repo will go here also.