Closed ChristinaSchmidt1 closed 1 year ago
Ok, I did this with the logic that the user can input the preprocessing output in DMA without doing much. To be sure, the above code will be something done by the user to split the processed data before putting them into the DMA function?
Yes, this must be done by the user, but in the end the user could also just do: Input= Input[,c(1,7:144)], Design=Input[,1:7]
here column 1 would inlcude the SampleID. since we write a vignette I thought it would be the safer option and less error proned if someone has already gotten processed data from a facility and just wants to use our downstream pipeline. Would that makes sense?
FYI: I am just working in the DMA file, so I will let you knwo once I have pushed my changes.
Yes, there would be an issue if someone used only the DMA function.
Ok, then let's change it to make it more versatile.
FYI: I have pushed for today and will continue tomorrow to work on the issues assigned to me.
I readded the Experimental_design argument in DMA and in Visualization.
Great, you are super fast! Thanks :)
Line 70
Separate design from the data
Here we may run into an issue, if the user has rearranged the DF or has not performed pre-processing using our function. Hence, we should use two inputs as done before: the data matrix (only numeric columns and the identifier, and the design information file.