Description Usage Arguments Examples
View source: R/mendel-interface.R
This makes a vector of text that has carriage returns and things in it as necessary. So, to include it in a map file, if the return from this function is called D you can just do cat(D, sep = "", file = myMap.txt), for example.
1 |
df |
A data frame in the format of |
1 2 3 | data(long_markers)
D <- markers2mendel_map_lines(long_markers)
cat(D[1:100], sep = "")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.