| extract_condition_matrix | R Documentation |
Extracts count and proportion data for specified conditions and fraction types. Handles both single fraction and combined fraction analyses.
extract_condition_matrix(
originalcounts,
proportions,
annotation,
conditions,
types
)
originalcounts |
Original count matrix |
proportions |
Proportion estimates from FracFixR |
annotation |
Sample annotation data frame |
conditions |
Vector of conditions to extract |
types |
Vector of fraction types to analyze |
List containing:
counts: Total counts from whole cell samples
successes: Proportion data for specified fractions
annotation: Filtered and processed annotation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.