StadlerlabRice / WW-CoV2-project

Plotting qPCR and ddPCR data for WWTPs
0 stars 1 forks source link

Incorporating variants (5plex, CA-India) into the current pipeline (maintain generality..) #60

Closed ppreshant closed 2 years ago

ppreshant commented 3 years ago

Goal

Implement a function that is invoked only when 5plex or CA are found in the filename that processes variants into their desired format

format explanation

The main difference between the variant assays and the N1N2 ones is the way the data is reported

WWTP Target Copies_per_uL other_numerical_columns
AS N1 20 6
WWTP Target Copies_per_uL_WT Copies_per_uL_variant other_cols_WT other_cols_variant
AS 418 20 1 6 2.2

Implementation details

Then implement the same code as in g.3-B117../ calculate_B117_percentage after this step.

I just realized that this is quite a difficult task, so just use this as practice for thinking through the steps/R commands you would use for this. This is a really challenging way to learn R.. I will do this task on the side so no pressure on you