Description Usage Arguments Value Examples
View source: R/get_human_chromosomes.R
This is a simple function that produces the human chromosome information used in the Gadget into a desired format.
1 | get_human_chromosomes(ret = F, write = T, write_as = "chromosomes.txt")
|
ret |
Bool, if T it returns the data to R |
write |
Bool, if T then returns the data to a file in the current wd (as .txt). |
write_as |
Name with .txt that specifies the file name if write == T. |
A .txt file or a data.frame or both
1 2 3 4 | ## Not run:
get_human_chromosomes()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.