Description Usage Arguments Value Methods Author(s) See Also Examples
getlinc
is a function to derive substructures from LINC
objects.
1 2 | getlinc(input,
subject = "queries")
|
input |
a |
subject |
has to be one of |
the respective substructure or infromation
signature(input = "ANY", subject = "character")
(see details)
Manuel Goepferich
linc
;
1 2 3 4 5 6 7 8 9 10 | data(BRAIN_EXPR)
# getlinc() is used to accesss information
getlinc(crbl_cluster, subject = "geneSystem")
getlinc(crbl_cluster, subject = "queries")
getlinc(crbl_cluster, subject = "customID")
str(crbl_matrix@assignment) # protein-coding genes are stored in the 'assignment' slot
# write to a table
#linctable(file_name = "crbl_co_expr", input = crbl_cluster)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.