View source: R/write-output-files.R
write.apply.polygenic.score.output.to.file | R Documentation |
A utility function that writes the two data frames outputted by apply.polygenic.score to two tab-delimited text files.
write.apply.polygenic.score.output.to.file(
apply.polygenic.score.output,
output.dir,
file.prefix = NULL
)
apply.polygenic.score.output |
list of two data frames: |
output.dir |
character string of the path to write both output files |
file.prefix |
character string of the file prefix to use for both output files |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.