GetWeight: Read one file and return the data.frame

Description Usage Arguments Value Examples

Description

Read one file and return the data.frame

Usage

1
GetWeight(mypath)

Arguments

mypath

the path of the file

Value

the data.frame with the columns: chr pos orient weight

Need to be a bit more cleanned !! :-) (some stuff are not useful anymore)

Examples

1
2
3
4
5
AB15 <- system.file("extdata", "AB15.light.txt", package = "Ty")
AB16 <- system.file("extdata", "AB16.light.txt", package = "Ty")

r15 <- GetWeight(AB15)
r16 <- GetWeight(AB16)

plateforme-stlouis/Ty documentation built on May 24, 2019, 8:45 p.m.