More posts like this
-
Editing seurat object metatdata
written by Happiness 0I have a Seurat object called `test_seurat` and I would like to sort this object based on the pseudotime which is a column title `p3.pseudotime`. …
-
Get all isoforms and proteins that correspond to list of Trinity gene IDs
written by cdsparks 0Hello, After using TXImport to summarize my transcript abundance to the gene level, and then running DESeq2, I have a large list of genes that …
-
FAA File Sequence
written by Maria Eduarda 0I used this sequence of codes to print the sequences with a header: ![enter image description here][1] but now that I'm trying to print without …
-
Star indexing
written by borna.jurkovic13 0I've been trying to STAR index a reference sequence file but I am not getting a fa fai file. These are the files I am …
-
Biased GC content distribution in miRNA Illumina sequencing data
written by madhuratathode 0Hi All, I am working on small RNA (miRNA) sequencing data analysis of human Glioblastoma cell line. I am checking the fastqc analysis results for …
-
Identification of Gene through GEN SCAN
written by anasjamshed 14I am using GENSCAN to predict the gene from nucleotide sequence: ![Output][1] [1]: /media/images/ed578a79-dc9f-49e0-a24d-3599cd6e I am also using python side by side to merge exons …
-
GSEA error 1005
written by komalkharat12345 0Hello I am trying to analyze human gene sets for their expression in tumor. I am facing an error saying "The collapsed dataset was empty …
-
HMM in Python
written by anasjamshed 14The following figure shows an HMM with two states a and b. When HMM is in the state a, it is more likely to emit …
-
Why my regular expression fails to match all the reasonable seq?
written by jinkuozhang 3I try to find all the possible "N20NGG" sequence in a target sequnce like: > example_seq ATTAATACTTTTAACAATTGTAGTATATAAAAAAGGGAGTAACCGAAAACGGTCGGGACCGAAAACGG What I used is python regular expression: import …
-
Regular expression matching with Python and biopython SeqIO
written by Ian 614After many years of using Perl I am starting to learn Python. As an example I want to perform regular expression matching in sequences extracted …
This is something that BioPython can do. Is there a reason not to use that?