read_encode_cgi: Read file containing CpG island locations

Description Usage Arguments Value Author(s) See Also

Description

read_encode_cgi reads a file containing CpG island (CGI) locations in the human genome using the fread function.

Usage

1
read_encode_cgi(file, is_GRanges = TRUE)

Arguments

file

The name of the file to read data values from.

is_GRanges

Logical: if TRUE a GRanges object is returned, otherwise a data.frame object is returned.

Value

A GRanges object if is_GRanges is TRUE, otherwise a data.table object.

The GRanges object contains one additional metadata column:

This column can be accessed as follows: granges_object$cgi_id

Author(s)

C.A.Kapourani C.A.Kapourani@ed.ac.uk

See Also

read_rna_encode_caltech, read_bs_encode_haib


andreaskapou/processHTS documentation built on May 12, 2019, 3:33 a.m.