Description Usage Arguments Value Author(s) Examples
View source: R/importChromSizes.R
Import chromosome sizes file into a table.
1 | importChromSizes <- function(filePath)
|
filePath |
The path of the file containing the chromsomes sizes. |
A table that contains the chromosome sizes.
Zacharie Menetrier
1 2 | hg19ChromFile <- loadChromFile("hg19")
hg19ChromSizes <- importChromSizes(hg19ChromFile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.