More posts like this
-
How to run CallPeaks()
written by Chris •Hi all, Would you suggest how to fix this in R? MACS2 is an independent tool I can load and run in the terminal, but …
-
Cellchat error: data.signaling matrix error when using mouse database (Error in identifyOverExpress…
written by Aydin •Hi, I'm having an error similar to this cellchat user (https://github.com/sqjin/CellChat/issues/264). If I run CellChatDB.mouse, and I subset my cellchat object (subsetData), I get this …
-
MyTaxa prep doesn't work
written by tt •Hello, Im triying to use MyTaxa to perform a AAI analysis, however, when I try to use de MyTaxa_prep I get the following error: **Input:** …
-
TypeError: must be real number, not dict in python
written by Georgia •Hi, I am trying to use the log10() function in python on a set of numbers in a script. I am having this type of …
-
PHATE Clustering Error
written by fouerghi20 •I am trying to run the PHATE function on the counts matrix I extracted from the Seurat object. After running it and obtaining a PHATE …
-
HTSeq count error while trying to read bam file
written by oozcan18 •Hello, I would like to ask a question. While trying to get raw counts from bam file with htseq-count, it is throwing an error i …
-
TypeError: 'generator' object is unsubscriptable in biopython
written by bio90029 •Can anyone help me to find the error on this, please? I am trying to count the numbers of hit in an xml file but …
-
How to change Seqrecord id to numbers from a .txt file (Biopython)
written by the_madinator •Hi, I am new to Biopython and programming in general. I am having difficulty generating viable scripts to convert the id in my pasta files …
-
How to over come "TypeError: argument of type 'int' is not iterable" in python?
written by muraliHi, I am working on variant calling. My goal is to get the chromosome positions from vcf file and coverage on positive and negative strands. …
-
Parsing Blast Output Biopython Error
written by Ankur •<p>Hi, I have the following code</p> <pre><code> def runBLAST(self): print "Running BLAST .........." cmd=subprocess.Popen("blastp -db nr -query repeat.txt -out out.faa -evalue 0.001 -gapopen 11 -gapextend …