write_scite_inputs | R Documentation |
A helper function to write genotype matrix and .geneNames files for SCITE.
write_scite_inputs(h5f, variants, cell_index = NULL, fp_ngt_csv, fp_geneNames)
h5f |
h5f |
variants |
A named vector.
You should get the value from the |
cell_index |
A numeric vector. Specifies which cells (columns) to retrieve. |
fp_ngt_csv |
Output file name for NGT matrix .csv |
fp_geneNames |
Output file name for .geneNames |
NULL. Writes two files.
https://github.com/cbg-ethz/SCITE
Kuipers J et al. Single-cell sequencing data reveals widespread recurrence and loss of mutational hits in the life histories of tumorus. Genome Research 2017; 27:1885-1894.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.