View annotate_bed_chippeakanno.R
library("ChIPpeakAnno") | |
library("GenomicRanges") | |
library("biomaRt") | |
# Annotate genomic intervals in bed format using ChIPpeakAnno | |
setwd("~/Projects/grey_miseq/re-doing_hotspots/high_confidence_hotspots/") | |
list.files() | |
# Read in bed file with genomic intervals, ATAC-seq hotspots in this case | |
Q1 <- read.table("Q1_high_confidence.bed", header=F, sep = "\t") |
View 403forbidden.php
<?php | |
header('HTTP/1.1 403 Forbidden'); | |
?> | |
<html> | |
<head> | |
<title>Congratulations! You have been DENIED access</title> | |
</head> | |
<body> | |
<font size="4">You have been denied access because of the following reasons:<br /><br /> | |
1.) Too many failed login attempts, so you are likely brute forcing through logins.<br /> |