View source: R/sample_counts.R
convert_sample_counts_objects_to_count_matrix | R Documentation |
Convert a list of processed and validated sample counts into a count matrix.
convert_sample_counts_objects_to_count_matrix(
sample_counts = NULL,
sort_ids = FALSE
)
sample_counts |
List of SampleCounts objects |
sort_ids |
whether to order by gene and sgRNA identifier (FALSE) |
Takes a list of SampleCount objects, extracts processed counts with pre-defined column names and combines them into a data frame, also known as a count matrix.
a data frame containing sample counts.
SampleCounts-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.