generate10Xdata | R Documentation |
Generate a 10X-like data folder based on the data matrix and gene information, which can be used directly to perform scCancer analysis.
generate10Xdata(matrix, gene.info, outPath, overwrite = F)
matrix |
A gene-cell matrix or data.frame. |
gene.info |
A data.frame of gene information. It should contain two columns, the first is gene Ensemble ID, and the second is gene symbol. The order of the genes should be consistant with the row order of 'matrix'. |
outPath |
A path to save the output files. |
overwrite |
If TRUE and the output file already exists, the file is silently overwritten, otherwise an exception is thrown. The default is "FALSE". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.