You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having issues normalizing an RGChannelSet. I initialize the object with two table that have probes as rownames and methylated/unmethylated signals for each sample as column names:
Running the preprocessingRAW function yields an empty matrix.
Running preprocessSWAN on the dataset yields the following errors:
Warning: no non-missing arguments to min; returning Inf
Error in sample.int(length(x), size, replace, prob) : vector size cannot be infinite
I'm not sure why the preprocessing is failing. Is it because of a mistake on my behalf in initializing the object? Guidance would be appreciated.
Thank you,
Alexander
P.S. As a starting point, I am using the non-normalized table (merged for methylated/unmethylated signals for all samples) in the supplementary files of this GEO accession page: https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE52556
The text was updated successfully, but these errors were encountered:
Hello,
I am having issues normalizing an RGChannelSet. I initialize the object with two table that have probes as rownames and methylated/unmethylated signals for each sample as column names:
Running the preprocessingRAW function yields an empty matrix.
Running preprocessSWAN on the dataset yields the following errors:
I'm not sure why the preprocessing is failing. Is it because of a mistake on my behalf in initializing the object? Guidance would be appreciated.
Thank you,
Alexander
P.S. As a starting point, I am using the non-normalized table (merged for methylated/unmethylated signals for all samples) in the supplementary files of this GEO accession page: https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE52556
The text was updated successfully, but these errors were encountered: