View source: R/infer_chrom_type.R
infer_chrom_type | R Documentation |
In a given vector or stored table,
determine whether chromosome type is of the format "chr1"
(returns TRUE
) or 1
(returns FALSE
).
infer_chrom_type(chrom = NULL, path = NULL, chrom_col = "CHR", verbose = TRUE)
chrom |
A value (character, numeric, or integer) giving an example of the chromosome column. |
path |
Path to stored file. |
chrom_col |
The name of the chromosome column in the file. |
verbose |
Print messages. |
echotabix::infer_chrom_type(chrom="chr1")
echotabix::infer_chrom_type(chrom=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.