Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error en .calculatePeakGeneCorrelations(GRN, TADs = TADs, knownLinks = knownLinks, : all(!is.na(map_peaks)) is not TRUE Además: Aviso: In normarg_seqnames2(seqnames, seqinfo) : levels in 'seqnames' with no entries in 'seqinfo' were dropped #1

Closed
kbarrr opened this issue Feb 5, 2025 · 1 comment

Comments

@kbarrr
Copy link

kbarrr commented Feb 5, 2025

Hello.

I am in the middle of GRaNIE tutorial and got this error:

GRN = addConnections_peak_gene(

  • GRN, # El objeto GRN que contiene la información de los datos de RNA-seq y ATAC-seq
  • overlapTypeGene = "TSS", # Usar TSS como referencia para la búsqueda de genes cercanos a los picos
  • corMethod = "pearson", # Usar el coeficiente de correlación de Pearson
  • promoterRange = 50000, # El rango de la vecindad en bp para correlacionar picos y genes
  • TADs = NULL, # No se proporcionan TADs
  • TADs_mergeOverlapping = FALSE, # No se usa este parámetro ya que no tienes TADs
  • knownLinks = NULL, # No se utilizan enlaces conocidos
  • knownLinks_separator = c(":", "-"), # Separadores para los enlaces conocidos (no utilizados)
  • knownLinks_useExclusively = FALSE, # No se usan exclusivamente los enlaces conocidos
  • shuffleRNACounts = TRUE, # Aleatorizar las etiquetas de RNA
  • nCores = 2, # Usar 4 núcleos para el análisis
  • plotDiagnosticPlots = TRUE, # Generar gráficos de diagnóstico
  • plotGeneTypes = list(c("all"), c("protein_coding")), # Mostrar todos los tipos de genes y solo los codificantes
  • outputFolder = NULL, # Usar el directorio de salida predeterminado
  • forceRerun = TRUE # No forzar la ejecución si los resultados ya existen
  • )
    INFO [2025-02-05 03:11:45]
    Preparing data

INFO [2025-02-05 03:11:45] Calculate peak gene overlaps based on either a fixed neighborhood size or defined TADs...
INFO [2025-02-05 03:11:45] Extend peaks based on user-defined extension size of 50000 up- and downstream.
INFO [2025-02-05 03:11:45] Finished successfully. Execution time: 0.2 secs
INFO [2025-02-05 03:11:45] Source distribution of peak-gene links:
INFO [2025-02-05 03:11:45] neighborhood: 73672
INFO [2025-02-05 03:11:45]
Finished preparing data

INFO [2025-02-05 03:11:45]
Calculate peak-gene correlations for real data

Error en .calculatePeakGeneCorrelations(GRN, TADs = TADs, knownLinks = knownLinks, :
all(!is.na(map_peaks)) is not TRUE
Además: Aviso:
In normarg_seqnames2(seqnames, seqinfo) :
levels in 'seqnames' with no entries in 'seqinfo' were dropped

GRN = addConnections_peak_gene(GRN, corMethod = "spearman", promoterRange = 10000,

  •                            TADs = NULL, nCores = 1, plotDiagnosticPlots = T, plotGeneTypes = list(c("all")),
    
  •                            forceRerun = TRUE)
    

INFO [2025-02-05 03:12:57]
Preparing data

INFO [2025-02-05 03:12:57] Calculate peak gene overlaps based on either a fixed neighborhood size or defined TADs...
INFO [2025-02-05 03:12:57] Extend peaks based on user-defined extension size of 10000 up- and downstream.
INFO [2025-02-05 03:12:58] Finished successfully. Execution time: 0.3 secs
INFO [2025-02-05 03:12:58] Source distribution of peak-gene links:
INFO [2025-02-05 03:12:58] neighborhood: 21510
INFO [2025-02-05 03:12:58]
Finished preparing data

INFO [2025-02-05 03:12:58]
Calculate peak-gene correlations for real data

Error en .calculatePeakGeneCorrelations(GRN, TADs = TADs, knownLinks = knownLinks, :
all(!is.na(map_peaks)) is not TRUE
Además: Aviso:
In normarg_seqnames2(seqnames, seqinfo) :
levels in 'seqnames' with no entries in 'seqinfo' were dropped

Would someone be able to assist me with this, please?

@lshep
Copy link

lshep commented Feb 5, 2025

This is not a live location for opening issues. Please ask on support.bioconductor.org or as the package landing page suggests, bug reports and issues on the github repo https://git.embl.de/grp-zaugg/GRaNIE/issues

@lshep lshep closed this as completed Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants