Entering edit mode
karim
•
0
@karim-11433
Last seen 8.2 years ago
Hey together,
I started to use CNAnorm in R and sometimes I got this Error:
CN <- addDNACopy(CN)
Error in (function(...,row.names = NULL, check.rows = FALSE, check.names = TRUE, :
arguments imply differing number of rows: 303, 301
after I done this:
library(CNAnorm)
set.seed(31)
sample <- read.table("sample.tab", header=TRUE)
CN <- dataFrame2object(sample)
CN <- addDNACopy(CN)
any ideas how I can solve that problem or why that error appears? Can I just delete 2 Rows?
Thanks for help!
Hi.
I have tried the following
And I don't get any error.
I suspect there is something "strange" with your input data.
what is the output of
How have you created that file?