ReadFTRANSFACFile: A function for generating a class object from a local file in...

Description Usage Arguments Value

View source: R/ReadFTRANSFACFile.R

Description

This function reads an stored .txt file of FTRANSFAC format and constructs a class object from it. As default, the returned class Object does not contain Methylation Score matrices. If needed, files exported from TFregulomeR() with the same name and format should be provided before setting MEthylation==TRUE.

Usage

1
2
3
4
ReadFTRANSFACFile(
  File = "MM1_HSA_K562_CEBPB___4-FTRANSFAC.txt",
  Methylation = FALSE
)

Arguments

File

the directory of .txt file

Methylation

a logical argument which indicates if Methylation Score files are provided and needed to be included in Object or not.

Value

A class object for plotting. The Methylation Score matrices can be optionally ommitted or not.


aidaghayour/FPWM documentation built on June 15, 2020, 8:19 p.m.