Browse code

adding temporary manpage

Kasper Daniel Hansen authored on 30/10/2018 01:33:23
Showing 1 changed files

1 1
new file mode 100644
... ...
@@ -0,0 +1,38 @@
1
+\name{FWGRanges-class}
2
+\Rdversion{1.1}
3
+\docType{class}
4
+\alias{FWIRanges-class}
5
+\alias{end,FWIRanges-method}
6
+\alias{end<-,FWIRanges-method}
7
+\alias{names,FWIRanges-method}
8
+\alias{names<-,FWIRanges-method}
9
+\alias{start,FWIRanges-method}
10
+\alias{start<-,FWIRanges-method}
11
+\alias{width,FWIRanges-method}
12
+\alias{width<-,FWIRanges-method}
13
+\alias{FWGRanges-class}
14
+\alias{findOverlaps,FWGRanges,FWGRanges-method}
15
+\alias{end,FWGRanges-method}
16
+\alias{start,FWGRanges-method}
17
+\alias{strand,FWGRanges-method}
18
+\alias{seqnames,FWGRanges-method}
19
+\alias{width,FWGRanges-method}
20
+\alias{dimnames,arrayRealizationSink}
21
+\title{Classes FWIRanges and FWGRanges}
22
+\description{
23
+  Classes for fixed-width IRanges and GRanges, ie. objects where all
24
+  ranges have the same width. The intention is for these classes to be
25
+  added to GenomicRanges. Documented here temporarily.
26
+}
27
+\details{
28
+  See description. Otherwise works like IRanges and GRanges, except
29
+  there are many unimplemented methods.
30
+
31
+  This is really a private class, with private methods, but R's
32
+  NAMESPACE handling means they get unintentionally exported. Hence this
33
+  documentation. 
34
+}
35
+\examples{
36
+showClass("FWIRanges")
37
+}
38
+\keyword{classes}