.parse.GO | R Documentation |
Splits a Granule-score column name into its clustering resolution and GO term, and returns the 2nd part, the GO Term.
.parse.GO(
ident = "RNA_snn_res.6.reassigned_cl.av_GO:0006096",
pattern = "_cl\\.av_|^Score.",
...
)
ident |
The column name to be split, e.g., 'RNA_snn_res.6.reassigned_cl.av_GO:0006096'. |
pattern |
The pattern to split by, default 'cl\.av'. |
... |
Additional arguments passed to |
GO Term as string, e.g. "GO:0006096"
.parse.GO(ident = "RNA_snn_res.6.reassigned_cl.av_GO:0006096")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.