Hello! I'm trying out the sRAP package for R. I thought it would be very easy to implement but I get an error with the RNA.norm function when I try to use my own data:
expression.mat <- RNA.norm(expression.table, project.name, project.folder)
Error in `[.data.frame`(input.table, , 2:ncol(input.table)) :
undefined columns selected
My data have got replicates, so the raw data table looks like this:
-------repl1 repl2
gene1
gene2
...
I guess I'm doing something wrong XD What could be the reason for this?
expression.mat <- RNA.norm(expression.table, project.name, project.folder)
Error in `[.data.frame`(input.table, , 2:ncol(input.table)) :
undefined columns selected
My data have got replicates, so the raw data table looks like this:
-------repl1 repl2
gene1
gene2
...
I guess I'm doing something wrong XD What could be the reason for this?