getSignature | R Documentation |
This function acts as the entrypoint to the iLINCS database.
This takes in an ID and returns the signature after making a
call to the iLINCS
database. The default mode for drugfindR
is to use L1000
signatures. However,
if you are trying to retrieve a different transcriptomic signature,
that is also supported
by setting the l1000
parameter to FALSE
.
getSignature(sigId, l1000 = TRUE)
sigId |
character. The ilincs signature_id |
l1000 |
boolean. If you have a known l1000 signature |
a tibble with the L1000 Signature
# Get the L1000 signature for LINCSKD_28
kdSignature <- getSignature("LINCSKD_28")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.