Skip to content

Commit c158aec

Browse files
author
Patrick Aboyoun
committed
Removed unneeded .First.lib function and added package imports.
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/OLIN@46451 bc3139a8-67e5-0310-9ffc-ced21a209358
1 parent f3a0a30 commit c158aec

File tree

4 files changed

+13
-14
lines changed

4 files changed

+13
-14
lines changed

DESCRIPTION

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ Date: 2008-12-16
44
Title: Optimized local intensity-dependent normalisation of two-color microarrays
55
Author: Matthias Futschik <[email protected]>
66
Maintainer: Matthias Futschik <[email protected]>
7-
Depends: R (>= 2.5.0), methods, stats, locfit, Biobase, marray
8-
Suggests: convert, limma
7+
Depends: R (>= 2.5.0), methods, locfit, marray
8+
Imports: graphics, grDevices, limma, marray, methods, stats
9+
Suggests: convert
910
Description: Functions for normalisation of two-color microarrays by optimised local regression and for detection of artefacts in microarray data
1011
biocViews: Microarray, TwoChannel, QualityControl, Preprocessing, Visualization
1112
License: GPL-2

NAMESPACE

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
importMethodsFrom(marray, image, maA, maGb, "maGb<-", maGf, "maGf<-",
2+
maGnames, maLayout, maM, "maM<-", maNgc, maNgr,
3+
maNotes, maNsc, maNsr, maPlate, maRb, "maRb<-", maRf,
4+
"maRf<-", maTargets, points)
5+
importFrom(graphics, axis, layout, par, plot)
6+
importFrom(grDevices, rgb)
7+
importFrom(limma, backgroundCorrect)
8+
importFrom(methods, as, new)
9+
importFrom(stats, lm, mad, median, p.adjust, var)
10+
111
export(
212
anovaint,
313
anovapin,

R/backgroundCorrect2.R

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
backgroundCorrect2 <- function(object,method="subtract", offset=0){
2-
require("limma") || stop("Bioconductor package limma needed for this application ")
32
require("convert") || stop("Bioconductor package convert needed for this application")
43

54
RG <- as(object,"RGList")

R/zzz.R

-11
This file was deleted.

0 commit comments

Comments
 (0)