get_human_chromosomes: Get human chromosome data

Description Usage Arguments Value Examples

View source: R/get_human_chromosomes.R

Description

This is a simple function that produces the human chromosome information used in the Gadget into a desired format.

Usage

1
get_human_chromosomes(ret = F, write = T, write_as = "chromosomes.txt")

Arguments

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.

Value

A .txt file or a data.frame or both

Examples

1
2
3
4
## Not run: 
get_human_chromosomes()

## End(Not run)

lharris421/gdexpl documentation built on Dec. 23, 2019, 6:38 p.m.