You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I use function importRankings("hg38_10kbp_up_10kbp_down_full_tx_v10_clust.genes_vs_motifs.rankings.feather") import feather file meet error
Using the column 'A1BG' as feature index for the ranking database.
Error: NotImplemented: Support for codec 'zstd' not built
In order to read this file, you will need to reinstall arrow with additional features enabled.
Set one of these environment variables before installing:
* Sys.setenv(LIBARROW_MINIMAL = "false") (for all optional features, including 'zstd')
* Sys.setenv(ARROW_WITH_ZSTD = "ON") (for just 'zstd')
See https://arrow.apache.org/docs/r/articles/install.html for details
That error is probably due to the recent updates in the databases, the column order was changed. That should be corrected automatically in the newer versions of RcisTarget, but if you don't want to update the package, you can indicate the column to take (probably 'features') as argument to the function.
when I use function
importRankings("hg38_10kbp_up_10kbp_down_full_tx_v10_clust.genes_vs_motifs.rankings.feather")
import feather file meet errorFeather File download from :https://resources.aertslab.org/cistarget/databases/homo_sapiens/hg38/refseq_r80/mc_v10_clust/gene_based/hg38_10kbp_up_10kbp_down_full_tx_v10_clust.genes_vs_motifs.rankings.feather
The text was updated successfully, but these errors were encountered: