downshiftDFtoMatrix: Downshift from DF to matrix

View source: R/deltaCaptureC.R

downshiftDFtoMatrixR Documentation

Downshift from DF to matrix

Description

This function takes a data.frame with chr, start, end and numerical data and turns it into a matrix with row names chr:start-end

Usage

downshiftDFtoMatrix(df)

Arguments

df

This is a data frame whose first three columns are chr, start and end and whose remaining columns are numerical data

Value

A matrix of numerical data

Examples

m = downshiftDFtoMatrix(miniSEDF)

michaeldshapiro/deltaCaptureC documentation built on April 21, 2023, 8:18 a.m.