Description Usage Arguments Value Examples
Creates an iCell dataset starting from the typical outputs of CellRanger (.mex or .h5)
1 2 3 4 5 6 7 8 9 10 11 12 13 |
file.dir |
input dataset, file name |
target.cells |
Number of iCells you would like to obtain |
sample.conditions |
optional, a factor indicating your sample conditions (for example, stages, treatments). This will prevent cells from different conditions to be pooled into the same iCell. |
neighbours |
How many neighbours are used to search for a mate. Increasing it will increase fidelity of iCells, but only slighlty. In fact, multiple, iterative searches for neighbours are perfomed anyway. |
verbose |
Whether to print on screen all the processing information |
pooling |
Advanced use only. A technical parameter, you should not touch this. |
q.cutoffs |
Advanced use only. The cutoff for pooling cells, default 0.05, meaning only cells closer than 0.05 percentile are pooled. Deacresing the values yields better quality iCells but longer times, and viceversa. |
preproc.cells |
Advanced use only. how many cells to use for the initial creation of the model. Reduce it if you have memory issues. Useless to increase it. |
icells.chuncks |
Advanced use only. Size of the chunks of the original cells. Reduce it if you have memory issues. Probably useless to increase it. |
preproc.chuncks |
Advanced use only. Reduce it if you have memory issues. Increase to fasten the initial step where the model is calculated. |
min_ODscore |
Advanced use only. Increasing the value will result in using less highly variable genes for the creation of iCells. |
A list with two elements: icells.data (for you) and debugging (for me, if there are problems).In addition, it writes to current working directory the icells matrix automatically under the name icells.mtx.gz.
i
icell.mat icell Expression counts in the Matricx format
iCells indices of the original cells
output.conditions If you forced a pooling by condition (parameter sample.conditions
) this vector contains the condition of each icell.
model The numerical model used to compute cell to cell distances. Its meaning is explained in the first part (bigSCale core, advanced use) of the GitHub tutorial
driving.genes The highly variable genes used to caculate cell to cell distances
1 | check the online tutorial at Github
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.