Racmacs: a map from scratch using titre data #178
-
Hi all, I wanted to see if the small titre table I have is adequate for a simple antigenic map. I have tried making it into a small transposed/and not csv file (UTF-8, comma separated, trimmed spaces) and have gotten a file not supported error. The example file: h3map2004_hitable.csv raises the same error. Checked R version, Racmacs version and dependency versions are up to date. So I'm not sure if it's a simple thing I'm missing or not. Command:
Error:
A sample of data I would like to map against a single serum: Variant1 36.33005722 Is it possible to map this data? Are more sera required? is it a simple format issue? I would greatly appreciate any help. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi! It seems like there are two issues here
The answer is 2 is, unfortunately, no. Antigenic cartography turns the titres into distances, so you need quite a few sera to make an antigenic map, at least 4 or 5 distinct sera, and more is better. Otherwise there are not enough constraints to make a consistent map. The answer to issue 1 is probably not so interesting to you now. I have no problem with the code snippet you posted. It would be helpful to know if you installed Racmacs from CRAN or GitHub, and which operating system you use to see if I can reproduce it. Thanks, |
Beta Was this translation helpful? Give feedback.
Sorry, I've not seen this error before so I'm not sure what to do. What is the value of
path_to_titer_file
when you runpath_to_titer_file <- system.file("extdata/h3map2004_hitable.csv", package = "Racmacs")
?