| getTileMatrix | R Documentation |
Ref: ArchR
getTileMatrix(
rawH5File,
outfile,
genome = "mm10",
sampleName = NULL,
barcodes = NULL,
tileSize = 5000,
excludeChr = c("chrM")
)
rawH5File |
string |
outfile |
string |
genome |
string, default is "mm10" |
sampleName |
string, default is NULL |
barcodes |
vector of string, no need to append sampleName, will do that in this code block |
tileSize |
integer, default is 5000, |
excludeChr |
vector of string, default is c("chrM") |
string, where the matrix are saved
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.