Entering edit mode
Wenqiong Chen
▴
120
@wenqiong-chen-652
Last seen 10.2 years ago
Hi,
I am trying to make probe package with the functions in the
"matchprobe"
package. However, we have modified the cdf file and probe sequence
file
to accommodate the recent update of the in house genome sequence. I
have
successfully created the cdf package with the modified cdf file, and
everything worked as far as use rma. However, to get the GCRMA work I
would need to create the probe package where I am having trouble. I
have
checked that all the probe sequences within the cdf file were included
in the probe sequence file, although the probe sequence file contain
more sequences than the ones in the cdf file.
Here the error message I got:
> library(matchprobes)
> makeProbePackage("disdiv712a", getProbeDataAffy("disdiv712a",
"diS_div712a_probeSequenceFile.txt", pkgname = NULL, comparewithcdf =
TRUE), maintainer = "XXXX<xxxx@diversa.com>", version = "0.0.1",
force=TRUE)
Error in rep.default(NA, max(pm1, mm1, pm2, mm2)) :
invalid number of copies in "rep"
In addition: Warning messages:
1: NAs introduced by coercion
2: NAs introduced by coercion
3: NAs introduced by coercion
Can anyone please point out what is wrong?
Thanks in advance!
wenqiong