get.strand: get BEDPE ID from VCF ID

View source: R/get.strand.R

get.strandR Documentation

get BEDPE ID from VCF ID

Description

Get strand informattion for each breakpoint from the VCF file (ALT or STRAND column). Used in the 'vcf2bedpe' function.

Usage

get.strand(df)

Arguments

df

a dataframe object from a VCF file

Value

A column vector of strand information for each breakpoints

Author(s)

Helena Winata

Examples

## Not run: 
  name <- get.strand(x.vcf)
  
## End(Not run)

bedr documentation built on April 11, 2025, 5:52 p.m.

Related to get.strand in bedr...