inclusion_tbl2bed | R Documentation |
The input file (specified with path), doesn't need to be specifically a vast-tools output file. As long as the first five columns of the input file match the structure of a vast-tools inclusion table, this function will work.
inclusion_tbl2bed(
path,
header = TRUE,
remove_chr = FALSE,
out_bed_name,
out_path,
verbose = TRUE
)
path |
Path to vast-tools inclusion file or a tab delimited file with the same first ID columns as vast-tools inclusion tables. |
header |
Does the vast-tools inclusion file have a header? If |
remove_chr |
If |
out_bed_name |
Name of output bed file, without the |
out_path |
Path to directory where to save bed file. If folder doesn't exist create it. |
verbose |
If |
This function can also report the strand for exons, in the future I might implement this also for introns.
a sorted bed file without a header with EVENT ID in the 4th column and gene name in the 5th column.
inclusion_tbl2bed(path = vst_tbl_path, header = T, remove_chr = T, out_path = bed_dir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.