git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/bsseq@70595 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -58,6 +58,7 @@ exportMethods("[", "show", |
58 | 58 |
export("BSseq", "getMeth", "getCoverage", "getBSseq", "getStats", |
59 | 59 |
"collapseBSseq", "orderBSseq", "hasBeenSmoothed", "chrSelectBSseq", |
60 | 60 |
"BSmooth", "BSmooth.tstat", "dmrFinder", "fisherTests", |
61 |
+ "combineList", |
|
61 | 62 |
"plotRegion", "plotManyRegions", |
62 | 63 |
"read.umtab", "read.umtab2", "read.bsmooth", |
63 | 64 |
"poissonGoodnessOfFit", "binomialGoodnessOfFit", |
... | ... |
@@ -2,7 +2,14 @@ |
2 | 2 |
\title{bsseq news} |
3 | 3 |
\encoding{UTF-8} |
4 | 4 |
|
5 |
-\section{Version 0.7}{ |
|
5 |
+\section{Version 0.7.x}{ |
|
6 |
+ \itemize{ |
|
7 |
+ \item Exposed combineList as a faster alternative to Reduce(combine, |
|
8 |
+ list). |
|
9 |
+ } |
|
10 |
+} |
|
11 |
+ |
|
12 |
+\section{Version 0.6.x}{ |
|
6 | 13 |
\itemize{ |
7 | 14 |
\item Fixed a bug in getMeth, where type="raw" resulted in an error |
8 | 15 |
for non-smoothed data objects. |
... | ... |
@@ -19,7 +19,7 @@ options(width=70) |
19 | 19 |
\newcommand{\Rpackage}[1]{{\texttt{#1}}} |
20 | 20 |
\newcommand{\software}[1]{\textsf{#1}} |
21 | 21 |
\newcommand{\R}{\software{R}} |
22 |
-\newcommand{\bold}[1]{\textbf{#1}} |
|
22 |
+\newcommand{\bold}[1]{\textbf{#1}} % Fix for R bibentry |
|
23 | 23 |
|
24 | 24 |
\title{The bsseq user's guide} |
25 | 25 |
\author{Kasper Daniel Hansen \\ \texttt{khansen@jhsph.edu}} |
... | ... |
@@ -22,6 +22,7 @@ options(width=70) |
22 | 22 |
\newcommand{\Rpackage}[1]{{\texttt{#1}}} |
23 | 23 |
\newcommand{\software}[1]{\textsf{#1}} |
24 | 24 |
\newcommand{\R}{\software{R}} |
25 |
+\newcommand{\bold}[1]{\textbf{#1}} % Fix for R bibentry |
|
25 | 26 |
|
26 | 27 |
\title{Analyzing WGBS with the bsseq package} |
27 | 28 |
\author{Kasper Daniel Hansen\\ \texttt{khansen@jhsph.edu}} |