ZJUFanLab / scRank

A computational method to rank and infer drug-responsive cell population towards in-silico drug perturbation using a target-perturbed gene regulatory network (tpGRN) for single-cell transcriptomic data
GNU General Public License v3.0
24 stars 0 forks source link

Sample code error #3

Open Erendipity opened 1 month ago

Erendipity commented 1 month ago

In the example: seuratObj <- system.file("extdata", "AML_object,rda", package="scRank")

Whether "AML_object,rda" is wrong,The correct way to write it is "AML_object.rda"

Lee0498 commented 1 month ago

Thanks :) We have fixed this in our documentation.