Adapted from: ArchR: An integrative and scalable software package for single-cell chromatin accessibility analysis Jeffrey M. Granja, M. Ryan Corces, Sarah E. Pierce, S. Tansu Bagdatli, Hani Choudhry, Howard Y. Chang, William J. Greenleaf doi: https://doi.org/10.1101/2020.04.28.066498
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
projector |
cell_data_set object with a reduced dimension matrix (currently LSI supported) as specified in reduced_dim argument and a model used to create a low dimensional embedding |
projectee |
a SummarizedExperiment type object (cell_data_set currently supported) to be projected using the models contained in the projector |
ncells_coembedding |
number of cells in the projector to use in in the co-embedding with simulated single cells; default is 5000, will automatically default to the total number of cells in the projector if less than this value. |
reduced_dim |
A string specifying the reducedDim (currently LSI and PCA supported). |
embedding |
A string specifying embedding type (currently UMAP supported). |
make_pseudo_single_cells |
whether to make pseudo-single cells from the data in the projectee (set this to true for bulk data) |
n |
An integer specifying the number of subsampled "pseudo single cells" per bulk sample. Note this is only relevant if make_pseudo_single_cells is TRUE |
verbose |
A boolean value indicating whether to use verbose output during execution of this function. Can be set to FALSE for a cleaner output. |
threads |
The number of threads used for parallel execution |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.