Description Usage Arguments Value Author(s) See Also
read_encode_cgi reads a file containing CpG island (CGI) locations in
the human genome using the fread function.
1 | read_encode_cgi(file, is_GRanges = TRUE)
|
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. |
A GRanges object if is_GRanges is
TRUE, otherwise a data.table object.
The GRanges object contains one additional metadata column:
cgi_id: Unique ID of the CpG Island.
This column can be accessed
as follows: granges_object$cgi_id
C.A.Kapourani C.A.Kapourani@ed.ac.uk
read_rna_encode_caltech,
read_bs_encode_haib
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.