Displaying 3 results from an estimated 3 matches for "readfc".
Did you mean:
readfd
2005 Apr 28
1
strange behaviour of importFrom directive in name space
...quot;combineFrames",
"csApply", "ddCt",
"densCols", "eListWrite",
"fitNorm2", "getPradaPar",
"histStack", "plotNorm2",
"plotPlate", "readCytoSet",
"readFCS", "readSDM",
"removeCensored", "setPradaPars",
"smoothScatter", "thresholds")
importFrom("KernSmooth", "bkde2D")
importFrom("RColorBrewer", "brewer.pal")
importFrom("utils", &qu...
2005 Apr 28
1
strange behaviour of importFrom directive in name space
...quot;combineFrames",
"csApply", "ddCt",
"densCols", "eListWrite",
"fitNorm2", "getPradaPar",
"histStack", "plotNorm2",
"plotPlate", "readCytoSet",
"readFCS", "readSDM",
"removeCensored", "setPradaPars",
"smoothScatter", "thresholds")
importFrom("KernSmooth", "bkde2D")
importFrom("RColorBrewer", "brewer.pal")
importFrom("utils", &qu...
2007 Jun 08
1
Need Help with robustbase package: fitnorm2 and plotnorm2
...ette/norm2.pdf
# To install "prada"
#source("http://www.bioconductor.org/biocLite.R")
#biocLite("prada")
library(prada)
filepath <- system.file("extdata", "fas-Bcl2-plate323-04-04.A01", package = "pra
da")
print(filepath)
sampdat <- readFCS(filepath)
fdat <- exprs(sampdat)
print(dim(fdat))
print(colnames(fdat))
plot(fdat[, "FSC-H"], fdat[, "SSC-H"], pch = 20, col = "#303030", xlab = "FSC",
ylab = "SSC", main = "Scatter plot FSC vs SSC")
#All of this goes as the help doc...