convert_counts_matrix | R Documentation |
Converts the counts matrix that is in the given CDS to the matrix_class specified in the matrix_control list.
convert_counts_matrix(cds, matrix_control = list())
cds |
cell_data_set The cell_data_set that has the counts matrix to be converted. |
matrix_control |
list A list of matrix control values used to convert the counts matrix. If the counts matrix in the cds is the same as the desired counts matrix, it is not altered. matrix_control is required. |
cell_data_set The cell_data_set with the converted counts matrix.
cds <- load_a549()
str(counts(cds))
cds <- convert_counts_matrix(cds, matrix_control=list(matrix_class='BPCells'))
str(counts(cds))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.