semantic_expt_filter | R Documentation |
I find subsetting weirdly confusing. Hopefully this function will allow one to include/exclude specific genes/families based on string comparisons.
semantic_expt_filter(
input,
invert = FALSE,
topn = NULL,
semantic = c("mucin", "sialidase", "RHS", "MASP", "DGF", "GP63"),
semantic_column = "description"
)
input |
Expt to filter. |
invert |
The default is to remove the genes with the semantic strings. Keep them when inverted. |
topn |
Take the topn most abundant genes rather than a text based heuristic. |
semantic |
Character list of strings to search for in the annotation data. |
semantic_column |
Column in the annotations to search. |
A presumably smaller expt.
[Biobase]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.