Browse code

migrated to GRanges, deleted everything RangedData

gthar authored on 14/02/2018 18:05:31
Showing 1 changed files
... ...
@@ -5,7 +5,7 @@
5 5
 \alias{nucleosome_htseq}
6 6
 \title{Example reads from high-troughtput sequencing nucleosome positioning
7 7
 experiment}
8
-\format{\code{RangedData} with the range of the reads and a data column with the
8
+\format{\code{GRanges} with the range of the reads and a data column with the
9 9
 strand information.}
10 10
 \source{
11 11
 Publication pending
Browse code

markdown on roxygen

gthar authored on 09/02/2018 17:02:16
Showing 1 changed files
... ...
@@ -5,8 +5,8 @@
5 5
 \alias{nucleosome_htseq}
6 6
 \title{Example reads from high-troughtput sequencing nucleosome positioning
7 7
 experiment}
8
-\format{\code{RangedData} with the range of the reads and a data column with
9
-the strand information.}
8
+\format{\code{RangedData} with the range of the reads and a data column with the
9
+strand information.}
10 10
 \source{
11 11
 Publication pending
12 12
 }
Browse code

moved to roxygen

gthar authored on 09/02/2018 11:04:02
Showing 1 changed files
... ...
@@ -1,28 +1,26 @@
1
+% Generated by roxygen2: do not edit by hand
2
+% Please edit documentation in R/sample_data.R
3
+\docType{data}
1 4
 \name{nucleosome_htseq}
2 5
 \alias{nucleosome_htseq}
3
-\docType{data}
4
-\title{
5
-Example reads from high-troughtput sequencing nucleosome positioning experiment
6
+\title{Example reads from high-troughtput sequencing nucleosome positioning
7
+experiment}
8
+\format{\code{RangedData} with the range of the reads and a data column with
9
+the strand information.}
10
+\source{
11
+Publication pending
6 12
 }
7 13
 \description{
8 14
 Few reads from paired-ended MNase-seq experiment in S.cerevisiae where
9 15
 mononucleosomes were sequenced
10 16
 }
11
-\usage{data(nucleosome_htseq)}
12
-\format{
13
-\code{RangedData} with the range of the reads and a data column with the strand
14
-information.
15
-}
16 17
 \details{
17 18
 This data is obtained from MNase digested nucleosomal DNA and sequenced with
18 19
 Illumina platform. Paired-ended reads where mapped to SacCer1 genome using
19 20
 Bowtie, and imported to R using the package \code{ShortRead} and paired ends
20 21
 where merged into a single range.
21 22
 
22
-Reads were sorted by chromosome and starting position and only a few reads from
23
-the starting positions of chromosome 1 are presented.
24
-}
25
-\source{
26
-Publication pending
23
+Reads were sorted by chromosome and starting position and only a few reads
24
+from the starting positions of chromosome 1 are presented.
27 25
 }
28 26
 \keyword{datasets}
Browse code

some biocheck notes and warnings fixed

gthar authored on 07/02/2018 15:07:38
Showing 1 changed files
... ...
@@ -2,21 +2,27 @@
2 2
 \alias{nucleosome_htseq}
3 3
 \docType{data}
4 4
 \title{
5
-	Example reads from high-troughtput sequencing nucleosome positioning experiment
5
+Example reads from high-troughtput sequencing nucleosome positioning experiment
6 6
 }
7 7
 \description{
8
-	Few reads from paired-ended MNase-seq experiment in S.cerevisiae where mononucleosomes were sequenced
8
+Few reads from paired-ended MNase-seq experiment in S.cerevisiae where
9
+mononucleosomes were sequenced
9 10
 }
10 11
 \usage{data(nucleosome_htseq)}
11 12
 \format{
12
-	\code{RangedData} with the range of the reads and a data column with the strand information.
13
+\code{RangedData} with the range of the reads and a data column with the strand
14
+information.
13 15
 }
14 16
 \details{
15
-	This data is obtained from MNase digested nucleosomal DNA and sequenced with Illumina platform. Paired-ended reads where mapped to SacCer1 genome using Bowtie, and imported to R using the package \code{ShortRead} and paired ends where merged into a single range.
17
+This data is obtained from MNase digested nucleosomal DNA and sequenced with
18
+Illumina platform. Paired-ended reads where mapped to SacCer1 genome using
19
+Bowtie, and imported to R using the package \code{ShortRead} and paired ends
20
+where merged into a single range.
16 21
 
17
-	Reads were sorted by chromosome and starting position and only a few reads from the starting positions of chromosome 1 are presented.
22
+Reads were sorted by chromosome and starting position and only a few reads from
23
+the starting positions of chromosome 1 are presented.
18 24
 }
19 25
 \source{
20
-	Publication pending
26
+Publication pending
21 27
 }
22 28
 \keyword{datasets}
Browse code

file structure changed

rilla authored on 02/03/2015 10:28:25
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,22 @@
1
+\name{nucleosome_htseq}
2
+\alias{nucleosome_htseq}
3
+\docType{data}
4
+\title{
5
+	Example reads from high-troughtput sequencing nucleosome positioning experiment
6
+}
7
+\description{
8
+	Few reads from paired-ended MNase-seq experiment in S.cerevisiae where mononucleosomes were sequenced
9
+}
10
+\usage{data(nucleosome_htseq)}
11
+\format{
12
+	\code{RangedData} with the range of the reads and a data column with the strand information.
13
+}
14
+\details{
15
+	This data is obtained from MNase digested nucleosomal DNA and sequenced with Illumina platform. Paired-ended reads where mapped to SacCer1 genome using Bowtie, and imported to R using the package \code{ShortRead} and paired ends where merged into a single range.
16
+
17
+	Reads were sorted by chromosome and starting position and only a few reads from the starting positions of chromosome 1 are presented.
18
+}
19
+\source{
20
+	Publication pending
21
+}
22
+\keyword{datasets}