TFBS | R Documentation |
Function searches the CREs for given TF in region.
TFBS(arrayData = "", nameChromosome = "chr21", begin = 5240000, end = 52450000,
firstCut = "in", secondCut = "in", TF = "AR", powerNR = 3)
arrayData |
Data or path to data, by default "~/tmp/RData/Output". |
nameChromosome |
Name of chromosome. |
begin |
Position of starting of searching on chromosome. |
end |
Position of ending of searching on chromosome. |
firstCut |
Can be "in" or "out". Condition of searching. "in" means that begin of MACS-peak can be before param "begin". "out" means that begin of MACS-peak can be only after param "begin". |
secondCut |
Can be "in" or "out". Condition of searching. "in" means that end of MACS-peak can be after param "end". "out" means that end of MACS-peak can be only before param "end". |
TF |
Name of TF. |
powerNR |
Minimal needed quantity of MACS-peaks to choose CRE. |
Data Frame (class = "data.frame") of set of CREs.
Alexey Solovyev
myFrame <- TFBS(arrayData = "", nameChromosome = "chr21", begin = 5240000, end = 52450000,
firstCut = "in", secondCut = "in", TF = "AR", powerNR = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.