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

Description Usage Arguments Value

View source: R/preprocessing_filtering_reduction.R

Description

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

Usage

1
2
3
4
5
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"


ChromSCape documentation built on Nov. 8, 2020, 6:57 p.m.