View source: R/import_BEDPE_to_List.R
import_BEDPE_to_List | R Documentation |
Import a paired-end BEDPE file as a list object c(tibble BED of first end, tibble BED of last end). The direction / grouping of first and last ends is arbitrary.
import_BEDPE_to_List( bedpefile, metadata_cols = NULL, prefix_InteractionID = NULL )
bedpefile |
A tab-delimited file in bedpe format with columns: chromA, startA, endA, chromB, startB, endB, ...(metadata cols)... |
metadata_cols |
A character vector of the names of metadata columns (bedfile cols 4+) in the BED file |
A paired (first + last) list representation of the BEDPE file as two valr-compatible tibble BEDs with an ID column matching pairs, optionally with metadata columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.