Hi All, apologies for the basic question but I'm a newbie in R and I can't seem to fix this one line of code.
I'm inputting;
awk '$1 == "ChrA1" {print $0}' MM091AllConcat.coverage > ChrA1.coverage
and getting;
Error: unexpected string constant in "awk '$1 == "ChrA1" {print $0}' "...