read_velocity_output | R Documentation |
Read intronic and exonic matrices into R
read_velocity_output(spliced_dir, unspliced_dir, spliced_name, unspliced_name)
spliced_dir |
Directory with |
unspliced_dir |
Directory with |
spliced_name |
The files in the splicedd directory should be <spliced_name>.mtx, <spliced_name>.genes.txt, and <spliced_name>.barcodes.txt. |
unspliced_name |
The files in the unsplicedd directory should be <unspliced_name>.mtx, <unspliced_name>.genes.txt, and <unspliced_name>.barcodes.txt. |
A list of two dgCMatrix with barcodes as column names and genes as
row names. The elements of the list will be spliced
and unspliced
.
# Internal toy data used for unit testing
toy_path <- system.file("testdata", package = "BUSpaRse")
m <- read_velocity_output(toy_path, toy_path,
spliced_name = "genes",
unspliced_name = "genes")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.