Displaying 1 result from an estimated 1 matches for "taqman".
Did you mean:
taman
2007 Mar 05
1
Error loading a dependency in a package: missing namespace?
...TION
Package: pcrAnalysis
Type: Package
Title: pcrAnalysis
Version: 0.7.2
Date: 2007-02-27
Depends: Biobase, methods, outliers
Author: Carlos J. Gil Bellosta <gilbellosta at gmail.com>
Maintainer: Carlos J. Gil Bellosta <gilbellosta at gmail.com>
Description: Package for the analysis of Taqman experiments
License: TBA
carlos at kropotkin:pcrAnalysis$ cat NAMESPACE
import(methods, Biobase, outliers)
exportPattern("^tqmn")
exportClasses("pcrExprSet")
exportMethods(task, "task<-", phenoData.sort)
But now, the load of the packages fails. If I try to run
ca...