View source: R/chromosome_name_functions.R
StandardChromNameNew | R Documentation |
Standardize the chromosome name annotations for a data frame.
StandardChromNameNew(df, name.of.VCF = NULL)
df |
An in-memory data.frame representing a VCF. |
name.of.VCF |
Name of the VCF file. |
A list with the elements
df
a data frame with variants that had "legal" chromosome
names (see below for illegal chromosome names).
discarded.variants
: Non-NULL only if there are variants
with illegal chromosome names; these are names that contain the strings "GL",
"KI", "random", "Hs", "M", "JH", "fix", "alt".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.