Displaying 2 results from an estimated 2 matches for "yeastrnaseq".
2015 Feb 18
0
smoothScatter() and the KernSmooth package
...t; ### Name: MDPlot-methods
> ### Title: Methods for Function 'MDPlot' in Package 'EDASeq'
> ### Aliases: MDPlot MDPlot-methods MDPlot,matrix,numeric-method
> ### MDPlot,SeqExpressionSet,numeric-method
> ### Keywords: methods
>
> ### ** Examples
>
> library(yeastRNASeq)
> data(geneLevelData)
> data(yeastGC)
>
> sub <- intersect(rownames(geneLevelData), names(yeastGC))
>
> mat <- as.matrix(geneLevelData[sub,])
>
> data <- newSeqExpressionSet(mat,
+ phenoData=AnnotatedDataFrame(
+ data.frame(conditi...
2010 Feb 24
1
build, data and vignettes
Based on some testing it seems to me that if I have a package with
a dataset in /data
a Sweave vignette in inst/doc (but no associated pdf file)
the vignette loads the data in /data through
data(dataset)
and I do a
R CMD build
R will try to build the pdf version of the vignette, but will be
unable to find the dataset in data because the package is not yet
installed. However, if I do