LiuzLab / TraceQC

Other
6 stars 1 forks source link

example_obj is not available #22

Closed MrCloud123 closed 2 years ago

MrCloud123 commented 2 years ago

library(TraceQC) data(example_obj) Warning message: In data(example_obj) : data set ‘example_obj’ not found

I have install the package and run library(TraceQC) successfully, but still can not get the example_obj. can someone send me one or tell me how to figure out the problem?

I have tried these code and it works, so it seem that some file is not available, but not my RStudio. library(PRIME) data(testdata)

JasperYH commented 2 years ago

The example_obj file has been removed. The latest tutorial is available at: https://liuzlab.github.io/TraceQC/tutorial https://liuzlab.github.io/TraceQC/tutorial_sc

JasperYH commented 2 years ago

The documentation is not updated. I am working on it.

JasperYH commented 2 years ago

The documentation is updated.