View source: R/deltaCaptureC.R
downshiftDFtoMatrix | R Documentation |
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
downshiftDFtoMatrix(df)
df |
This is a data frame whose first three columns are chr, start and end and whose remaining columns are numerical data |
A matrix of numerical data
m = downshiftDFtoMatrix(miniSEDF)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.