| writeSparseTsvChunks | R Documentation | 
ExportToCellbrowser:
Write a big sparse matrix to a .tsv.gz file by writing chunks, concating them with the Unix cat command,
then gziping the result. This does not work on Windows, we'd have to use the copy /b command there.Used by ExportToCellbrowser:
Write a big sparse matrix to a .tsv.gz file by writing chunks, concating them with the Unix cat command,
then gziping the result. This does not work on Windows, we'd have to use the copy /b command there.
writeSparseTsvChunks(inMat, outFname, sliceSize = 1000)
| inMat | input matrix | 
| outFname | output file name, has to end with .gz | 
| sliceSize=1000 | size of each chunk in number of lines | 
Invisibly returns NULL
## Not run: 
writeSparseTsvChunks( pbmc_small@data, "exprMatrix.tsv.gz")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.