Skip to content

Issue with downloadSignature Function in iLINCS API #12

@xs-sean

Description

@xs-sean

I encountered an issue while using the downloadSignature function in the iLINCS API.
I followed the steps provided in the sample codes from [link to the documentation] and repeated all the steps meticulously. However, when I execute the following code:

I followed the steps provided in the sample codes from https://github.com/uc-bd2k/ilincsAPI/blob/master/usingIlincsApis.Rmd and repeated all the steps meticulously. However, when I execute the following code:

req <- POST("http://www.ilincs.org/api/ilincsR/downloadSignature", body = list(sigID = paste(ilincs_signatureId), display = FALSE), encode = "json")
ilincs_sessionId<-unlist(httr::content(req))
ilincs_sessionId

I receive the following error, even when using the same sigID as in the provided R Markdown documentation:

ilincs_sessionId
error.statusCode
"400"
error.name
"Error in iLincsR downloadSignature function. No genes or wrong data set picked."
error.message
"argument "sigID" is missing, with no default\n\nIn call:\ndownloadSignature()\n"

Thank you for your time and assistance.

Best regards,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions