Skip to content

About Error in "Example analysis - pbmc8k" #4

Description

@Renown-TAL

I try the "Using polyApipe" pipeline and get a error in "Further processing in R" as following:
################ code ################
polyApiper:::do_ensembl_organism(
out_path="human_ens100",
species="Homo sapiens",
version="100")

sne <- read.csv("/home/mjy/pertub_seq_APA/polyApipe_result/test_data/tsne/2_components/projection.csv")
cells_to_use <- tsne$Barcode

cell_name_func <- function(batch,cell) paste0(batch,cell,"-1")

polyApiper:::do_pipeline(
out_path ="/home/mjy/pertub_seq_APA/polyApipe_result",
counts_files =c("/home/mjy/pertub_seq_APA/polyApipe_result/pbmc8k_counts.tab.gz"),
batch_names =c(""),
peak_info_file="/home/mjy/pertub_seq_APA/polyApipe_result/pbmc8k_polyA_peaks.gff",
organism ="human_ens100",
cells_to_use =cells_to_use,
cell_name_func=cell_name_func
)
############## output info ####################
-- 1/4 load --
Loading /home/mjy/pertub_seq_APA/polyApipe_result/pbmc8k_counts.tab.gz
Loaded 118500 x 8381 matrix of counts
-- 2/4 assign --
'getOption("repos")' replaces Bioconductor standard repositories, see 'help("repositories", package = "BiocManager")' for details.
Replacement repositories:
CRAN: https://mirror-hk.koddos.net/CRAN/
-- 3/4 weitrices --
119278 peaks in 8381 cells
Kept 21594 peaks in 8381 cells
10442 genes
4519 genes with two or more peaks
Compute normalized, log transformed counts
Preclustering
15 preclusters
Compute APA shifts and peak proportions
Error in counts_shift(assay(peaks_se_final, "counts"), grouping, typecast = realize_RleArray) :
unused argument (typecast = realize_RleArray)
In addition: Warning message:
In .Seqinfo.mergexy(x, y) :
Each of the 2 combined objects has sequence levels not in the other:

  • in 'x': GL000008.2, GL000221.1, GL000224.1, KI270706.1, KI270708.1, KI270719.1
  • in 'y': CHR_HG107_PATCH, CHR_HG109_PATCH, CHR_HG126_PATCH, CHR_HG1277_PATCH, CHR_HG1298_PATCH, CHR_HG1309_PATCH, CHR_HG1311_PATCH, CHR_HG1320_PATCH, CHR_HG1342_HG2282_PATCH, CHR_HG1362_PATCH, CHR_HG1384_PATCH, CHR_HG1395_PATCH, CHR_HG1398_PATCH, CHR_HG142_HG150_NOVEL_TEST, CHR_HG1445_PATCH, CHR_HG1485_PATCH, CHR_HG151_NOVEL_TEST, CHR_HG1524_PATCH, CHR_HG1531_PATCH, CHR_HG1535_PATCH, CHR_HG1651_PATCH, CHR_HG1708_PATCH, CHR_HG1815_PATCH, CHR_HG1832_PATCH, CHR_HG1_PATCH, CHR_HG2002_PATCH, CHR_HG2021_PATCH, CHR_HG2022_PATCH, CHR_HG2023_PATCH, CHR_HG2030_PATCH, CHR_HG2046_PATCH, CHR_HG2047_PATCH, CHR_HG2057_PATCH, CHR_HG2058_PATCH, CHR_HG2060_PATCH, CHR_HG2062_PATCH, CHR_HG2063_PATCH, CHR_HG2066_PATCH, CHR_HG2067_PATCH, CHR_HG2072_PATCH, CHR_HG2087_PATCH, CHR_HG2088_PATCH, CHR_HG2095_PATCH, CHR_HG2104_PATCH, CHR_HG2111_PATCH, CHR_HG2114_ [... truncated]
    ##############################

Could you tell me how to solve this problam? Thanks in advanced.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions