More posts like this
-
Weird insert size distribution plot
written by AnkitHi everyone, I was trying to do analysis on my sample and observed a weird pattern of insert size distribution. Run is PE: 2X150 The …
-
Get all isoforms and proteins that correspond to list of Trinity gene IDs
written by cdsparks •Hello, 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 •I 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 •I'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 •Hi All, I am working on small RNA (miRNA) sequencing data analysis of human Glioblastoma cell line. I am checking the fastqc analysis results for …
-
Extracting list of mutations from .tsv file and arrange them in protein specific with binary 0 (Abs…
written by k.kathirvel93Dear All, I have .tsv file like this with genome name (1st coloumn) and aminoacid mutations for different proteins... ![enter image description here][1] I want …
-
Identification of Gene through GEN SCAN
written by anasjamshedI 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 •Hello I am trying to analyze human gene sets for their expression in tumor. I am facing an error saying "The collapsed dataset was empty …
-
Why my regular expression fails to match all the reasonable seq?
written by jinkuozhang •I 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 IanAfter 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?