read_count_mat_with_separated_chr_start_end {ChromSCape}R Documentation

Read a count matrix with three first columns (chr,start,end)

Description

Read a count matrix with three first columns (chr,start,end)

Usage

read_count_mat_with_separated_chr_start_end(
  path_to_matrix,
  format_test,
  separator
)

Arguments

path_to_matrix

Path to the count matrix

format_test

Sample of the read.table

separator

Separator character

Value

A sparseMatrix with rownames in the form "chr1:1222-55555"


[Package ChromSCape version 1.4.0 Index]