Description Usage Arguments Value Author(s) Examples
Perform bed file retrieving using result stored in standardized list for easy usage.
1 | bed2df(filepath)
|
filepath |
The path directed to bed file on current working directory |
Return a data.frame object contain bed document loaded
CHROM - Located in chromosome CHROM
STAPOS - The start location of the sequence
ENDPOS - The end location of the sequence
DIR - The direction of the sequence
TYPE - The type of the sequence
ID - ID of the RNA (if avilable)
ALIAS - The alias of the sequence
NAME - The name of the sequence
Sijie Xu, sijie.xu@mail.utoronto.ca
1 2 | filePath <- system.file("extdata", "test.bed", package = "rseAnalysis")
bed <- bed2df(filePath)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.