Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bioinformatics

Appending filename at the end of certain lines in a text file

bash sed bioinformatics fasta

Is there a way to convert a vcf.gz file directly into a vcf.bgz file?

Generate the all possible unique peptides (permutants) in Python/Biopython

DESeq2 "NA values are not allowed" error when any(is.na(counts)) = FALSE

r dataframe bioinformatics

Heatmap.2: add row/column labels on left/top without hard coding coordinates

Heatmap of a huge dataset

Biopython: is there a one-liner to extract the amino acid sequence of a specific chain from a PDB file?

Saving the contents of a file generated inside process script into Nextflow variable

Count number of matching bytes between two _m128i SIMD vectors

Remove stop codon from file and replace it with NNN

perl bioinformatics

Implementation of the majority merge algorithm for finding a super-sequence from sub-sequences?

Converting a data frame using a formula

r dataframe bioinformatics

Quantifying frequency of codons in a transmembrane sequence - apply function?

How to find if a string has a character which isn't in another string

Find first and last integers in a list of series of numbers

python bioinformatics

Could not locate a Bowtie index corresponding to basename

How to call a variable created in the script in Nextflow?

How to use Biopython to translate a series of DNA sequences in a FASTA file and extract the Protein sequences into a separate field?

Difference between overlap and intersect methods in Pyranges