This function pools samples based on sample name patterns
1 | FCS_pool(x, stub)
|
x |
flowSet object containing the flowframes to merge |
stub |
A vector of patterns by which to pool FCS files (e.g. replicates). For example: providing the pattern "CYCLUS1_BEKKEN_0_4h_SYBR_START" will merge all flowframes containing this pattern in their sample name. **Notice**: You will have to provide a vector containing all the patterns to merge with in case you want the full flowSet merged. For example: for stub = c("CYCLUS1_BEKKEN_0_4h_SYBR_START", "CYCLUS1_BEKKEN_0_10h_SYBR_START") 'FCS_pool“ will **only** merge the samples containing those patterns, and it will merge them per unique pattern. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.