propexpr(x, neg.x=NULL, status=x$genes$Status, labels=c("negative","regular"))
NULL
, then negative controls must be provided in x
.labels
can include one or two probe type identifiers.
Its first element should be the identifier for negative control probes (negative
by default).
If labels
only contains one identifier, then it will be assumed to contain the identifier for negative control probes.
By default, regular
is the identifier for regular probes.
read.ilmn
.
## Not run:
# x <- read.ilmn(files="sample probe profile.txt",ctrlfiles="control probe profile.txt")
# propexpr(x, )
# ## End(Not run)
Run the code above in your browser using DataLab