read_protein_counts | R Documentation |
read_protein_counts retrieves the protein read counts in an h5f.
read_protein_counts(
h5f,
transpose = c(TRUE, FALSE),
index_cells = NULL,
normalization = c("clr", "raw")
)
h5f |
h5f |
transpose |
Boolean. If |
index_cells |
A numeric vector. Specifies which cells to retrieve. |
normalization |
Either |
matrix
path <- "path/to/.h5"
h5f <- read_h5(path)
read_protein_counts(h5f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.