View source: R/clean_granges.R
clean_granges | R Documentation |
Remove columns from the metadata (GenomicRanges::mcols
) that
conflicts with GRanges conventions.
clean_granges(
gr,
nono_cols = c("seqnames", "ranges", "strand", "seqlevels", "seqlengths", "isCircular",
"start", "end", "width", "element")
)
gr |
A GRanges object. |
nono_cols |
Problematic columns to search for and remove (if present). |
Cleaned GRanges object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.