Description Usage Arguments Value
View source: R/preprocessing_filtering_reduction.R
Read a count matrix with three first columns (chr,start,end)
1 2 3 4 5 | read_count_mat_with_separated_chr_start_end(
path_to_matrix,
format_test,
separator
)
|
path_to_matrix |
Path to the count matrix |
format_test |
Sample of the read.table |
separator |
Separator character |
A sparseMatrix with rownames in the form "chr1:1222-55555"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.