sameStrand {GenomicInteractions}R Documentation

Tests whether anchors have the same strand.

Description

This is designed for processing .bam files.

Usage

sameStrand(GIObject)

Arguments

GIObject

A GInteractions object

Value

A logical vector denoting with TRUE if both anchors of an interaction are on the same strand and FALSE otherwise.


[Package GenomicInteractions version 1.27.0 Index]