Closed wiceshine closed 4 years ago
Seems not due to the function conflicts. Since the example data could be runned in my case, though there are still error messeges and cannot get the final data and reports.
My data are built by cellranger 2.0. It this the reason? Thank you very much for your great help!
[2020-05-09 09:16:16] START: RUN scStatistics
[2020-05-09 09:16:16] -----: data preparation
[2020-05-09 09:16:45] -----: cell calling
[2020-05-09 09:17:00] -----: nUMI & nGene distribution plot
[2020-05-09 09:17:01] -----: mito & ribo & diss distribution plot
[2020-05-09 09:17:04] -----: gene statistics
[2020-05-09 09:17:07] -----: gene proportion plot
[2020-05-09 09:17:25] -----: ambinet genes (SoupX)
Error in plotMarkerDistribution(sc) :
Failed as no clusters found! Clustering must be set via 'setClusters' to find marker genes.
此外: Warning messages:
1: Use of `cell.manifest[[value]]` is discouraged. Use `.data[[value]]` instead.
2: Use of `cell.manifest[[value]]` is discouraged. Use `.data[[value]]` instead.
3: Use of `cell.manifest[[value]]` is discouraged. Use `.data[[value]]` instead.
4: Use of `cell.manifest[[value]]` is discouraged. Use `.data[[value]]` instead.
5: Use of `cell.manifest[[value]]` is discouraged. Use `.data[[value]]` instead.
6: Use of `cell.manifest[[value]]` is discouraged. Use `.data[[value]]` instead.
7: Use of `cell.manifest[[value]]` is discouraged. Use `.data[[value]]` instead.
8: Use of `cell.manifest[[value]]` is discouraged. Use `.data[[value]]` instead.
Thanks for your use. The error in your second comment is due to the update of a dependent package SoupX
. Now, I have updated the scCancer
, which skips the step of SoupX
temporarily. This step just gives an estimation of the contamination fraction of ambient RNAs and doesn't affect the subsequent analyses. You can reinstall the scCancer
and test your data.
Thanks for your use. The error in your second comment is due to the update of a dependent package
SoupX
. Now, I have updated thescCancer
, which skips the step ofSoupX
temporarily. This step just gives an estimation of the contamination fraction of ambient RNAs and doesn't affect the subsequent analyses. You can reinstall thescCancer
and test your data.
Thank you for the prompt response! I reinstalled the updated package and both errors have been solved. Thanks again for the really rapid package update!
Dear developers,
Thank you for providing such a powerful and convenient tool for single-cell RNA-seq analysis. When I tried to run
runScStatistics
, it returned an error messageError in eval(e, x, parent.frame()) : object 'Type' not found
after showing messeges:I am not quite sure what happened because that there are no more information for debug. It is possiblely due to the conflits of
eval
function? Since there are at least threeeval
functions in R as showed below: Help on topic 'eval' was found in the following packages:Or for some other reasons? I attached all my script below for your information. Thank you very much for your great help!