Closed elevendoky closed 3 years ago
These lines of code construct the metadata, but manually. The backslashes are 'escaping' key characters in the gsub()
commands. In this case, much of the metadata is simply constructed from the file listing, filelist
.
I am not sure of your level of experience, but, to learn more, you could search for 'regex' and 'escaping characters'.
You likely already have a metadata file in your possession (?). To be valid, this should be a data-frame whose rownames match the input FCS file listing in length and order.
Kind regards, kevin
Hello I am a little confused about how you add metadata. I am not sure what this line of code means.
Specifically I do not understand all the back and forward slashes can you please explain? Thanks!