Description Usage Arguments Value Author(s) See Also Examples
read_chrom_size reads a file containing genome chromosome sizes using
the fread function.
| 1 | 
| file | The name of the file to read data values from. | 
A data.table object.
C.A.Kapourani C.A.Kapourani@ed.ac.uk
read_rna_encode_caltech,
read_bs_encode_haib
| 1 2 3 4 5 6 7 8 | # Get the location of the hg19 file
hg19_file <- system.file("extdata", "hg19", package = "processHTS")
hg_data <- read_chrom_size(file=hg19_file)
## Not run: 
read.chrom_size(20)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.