rhecht95 / qPCR

Data Wrangling and Analysis for qPCR Data Generated by QuantStudio
1 stars 0 forks source link

load_raw data range #8

Open lms272727 opened 1 year ago

lms272727 commented 1 year ago

Hi I'm having issues importing my raw data - what is the format of the cell range argument?

rhecht95 commented 1 year ago

Hi! The format for the cell range should be the same as for the read_excel() method from the readxl package (see doc page here. Its a string that should look like this: "B3:D87".

Let me know if you are still running into issues! I haven't done much development on this in a while and it might require some debugging.