fetchCoordsFiles: Search by address

Description Usage Arguments Value Author(s) Examples

Description

Function selects in given address.

Usage

1
2
fetchCoordsFiles(dirFrom = "", nameChromosome = "chr21", begin = "", end = "",
firstCut = "in", secondCut = "in")

Arguments

dirFrom

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".

Value

Data Frame (class = "data.frame") of peaks in this address.

Author(s)

Alexey Solovyev

Examples

1
2
myFrame <- fetchCoordsFiles(dirFrom = "", nameChromosome = "chr21", begin = "",
end = "", firstCut = "in", secondCut = "in")

LosevAMU/remapR documentation built on May 25, 2019, 12:23 p.m.