ap_summary | R Documentation |
Summarizes number of filtered/flagged beads/samples, amino acid lenghts and protein representation.
ap_summary(x, filter = TRUE)
x |
List with at least two elements, see Deatils for naming and content. |
filter |
Logical, should samples and beads be filtered away before summary? |
The x list needs to include at least the elements
SAMPLES = Sample info. Including column "sample_name" with LIMS-IDs, and "Filtered" if argument filter is TRUE.
BEADS = Beads info. Including columns:
"Type" with info about type of content on bead, at least including "PrEST" for PrESTs,
"PrEST.seq..aa." with amino acid sequences,
"Filtered" with filtering annotation, e.g. from other ap_-functions,
"Flagged" with filtering annotation, e.g. from other ap_-functions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.