bed2df: Return a dataframe object with RNA location information

Description Usage Arguments Value Author(s) Examples

View source: R/Import.R

Description

Perform bed file retrieving using result stored in standardized list for easy usage.

Usage

1
bed2df(filepath)

Arguments

filepath

The path directed to bed file on current working directory

Value

Return a data.frame object contain bed document loaded

Author(s)

Sijie Xu, sijie.xu@mail.utoronto.ca

Examples

1
2
filePath <- system.file("extdata", "test.bed", package = "rseAnalysis")
bed <- bed2df(filePath)

JackXu2333/dseAnalysis documentation built on Dec. 31, 2020, 1:09 p.m.