Browse code

Major changes: provide precalculated overlap info to scoring functions

j-lawson authored on 16/06/2020 03:02:53
Showing 1 changed files
... ...
@@ -4,7 +4,9 @@
4 4
 \name{atf3_chr1}
5 5
 \alias{atf3_chr1}
6 6
 \title{Atf3 binding regions.}
7
-\format{A GRanges object}
7
+\format{
8
+A GRanges object
9
+}
8 10
 \usage{
9 11
 data(atf3_chr1)
10 12
 }
Browse code

Update docs and add unit tests

U-John-PC\John L authored on 19/10/2018 15:09:45
Showing 1 changed files
... ...
@@ -10,6 +10,7 @@ data(atf3_chr1)
10 10
 }
11 11
 \description{
12 12
 Binding regions for Atf3.
13
+hg38 genome version.
13 14
 Only includes regions in chr1 to keep
14 15
 the example data small.
15 16
 }
Browse code

Add package data for the vignette

j-lawson authored on 05/07/2018 19:29:34
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,16 @@
1
+% Generated by roxygen2: do not edit by hand
2
+% Please edit documentation in R/data.R
3
+\docType{data}
4
+\name{atf3_chr1}
5
+\alias{atf3_chr1}
6
+\title{Atf3 binding regions.}
7
+\format{A GRanges object}
8
+\usage{
9
+data(atf3_chr1)
10
+}
11
+\description{
12
+Binding regions for Atf3.
13
+Only includes regions in chr1 to keep
14
+the example data small.
15
+}
16
+\keyword{datasets}