-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hello
I am pursuing your tutorial but I get this error
> fcs_1 <- fsApply(fcs_raw1, function(x, cofactor = 5){
+
+ colnames(x) <- panel_fcs_raw1$desc
+
+ expr <- exprs(x)
+
+ expr <- asinh(expr[, c(panel_fcs_raw1$desc)] / cofactor)
+
+ exprs(x) <- expr
+
+ x
+
+ })
Error in expr[, c(panel_fcs_raw1$desc)] : subscript out of bounds
Please can you help me with this?
Metadata
Metadata
Assignees
Labels
No labels