Skip to main content

Questions tagged [bioinformatics]

For programming-related questions related to Bioinformatics. Other questions do not belong here, but might be on-topic at https://bioinformatics.stackexchange.com/.

bioinformatics
0 votes
0 answers
5 views

dispersion.cutoff and mean.cutoff don't seem to work at all with FindVariableFeatures()

I'm doing spatial single-cell analysis on CosMx databases and I've run into a problem when using FindVariableFeatures(). I have only 960 genes in total so I wanted to plot the variable genes and ...
Rayan El Kholdi's user avatar
0 votes
0 answers
4 views

Error in connection querying MotifDb in R

I don't understand why some days ago this line was working MotifDb [grep ('TWIST1', values (MotifDb)$geneSymbol, ignore.case=TRUE)] Hsapiens_TWIST1 <- query(MotifDb, "TWIST1") while now ...
Shika93's user avatar
  • 637
1 vote
1 answer
28 views

Printing residues in a selection in Pymol?

I am currently working on a protein where I have selected residues within 10A of its bound ligand in pymol. However, I can not find a way to print out what residues are contained in that group of ...
Kathryn Myers's user avatar
1 vote
2 answers
42 views

What is the easiest way in Biopython to duplicate or "clone" a chain in a PDB file?

Like, say I have a PDB file with one chain (call it A for simplicity), and a symmetry matrix that sends it to a dimer partner and/or another molecule in an asymmetric unit. I want to now make one ...
biohacker's user avatar
  • 152
0 votes
0 answers
11 views

TaskRun failed to finish due to an error for Coretex BioInformatics workflow

After starting bioinformatics workflow in Coretex, I am getting the following message even though data seems to be in order: "Failed to determine which column contains sampleIDs/names..." ...
axcac's user avatar
  • 1
0 votes
0 answers
27 views

Difficulty in loading the expression data from Geodata [closed]

I'm new to Bioinformatics and have been stuck on this since last week. The problem is that I can't load up the expression data and have tried everything possible. The accession ID of this data is &...
ASH's user avatar
  • 3
0 votes
1 answer
18 views

Multiple variables in input and output using wildcards snakemake

rule all: input: expand("tissues/{id}/atac_seq/{srr}/{srr}_S1_L001_R1_001.fastq.gz", id =IDs, srr = df[df['library_type']=='Chromatin Accessibility']['Library']), expand("...
user25645294's user avatar
0 votes
1 answer
30 views

Failed to load expression data from Geodataset in R

I'm new to Bioinformatics and have been stuck on this since last week. The problem is that I can't load up the expression data and have tried everything possible. The accession ID of this data is &...
ASH's user avatar
  • 3
1 vote
1 answer
21 views

How to enable "output" to detect variables in "run" in snakemake

I am trying to make directories for the different "IDs" I have stored in the .csv file (they are stored under column "ID"). However, snakemake doesn't seem to be able to detect &...
user25645294's user avatar
3 votes
1 answer
41 views

How can I import cytoscape library and use it in javascript file written in in Visual Studio Code

I want to use the cytoscape library to visualize a protein-protein interaction network. I have already installed the node.js as well as the npm. However when I run this line (import cytoscape from '...
user_ele's user avatar
1 vote
1 answer
56 views

Not getting any output even though there are no errors [closed]

from Bio import SeqIO from Bio import Seq count = 0 sequence = [] for seq_record in SeqIO.parse(r"C:...\\drosophila.csv", 'fasta'): if (count < 6): sequence.append(...
Random Guy_2.0's user avatar
1 vote
1 answer
5k views

How to select files in subdirectories by name and move all files containing "XXX" and "YYY" into new directories

Hello all, how can I move all files with the name "ATAC" and all files with the name "RNA" into separate folders? The context is that in the current the directory, I have many ...
user25645294's user avatar
0 votes
0 answers
59 views

Subsequences of peptide containing more than 80 amino acids, convert output to fasta format [closed]

I have some protein sequences and I want to obtain all the possible subsequences of each one of them, containing 80 amino acids. The order of the amino acids should remain the same, I just want to ...
FPS's user avatar
  • 63
-1 votes
0 answers
12 views

How to obtain the names, transcription start and end of immunoglobulin genes from mouse mm10 reference genome using ucsc?

I am new here and in the bioinformatics world, please, be kind(: I am currently trying to obtain a list with the names, the chromosome position (or transcription start and end) of all the ...
Marino Max Vesper's user avatar
-1 votes
1 answer
28 views

Is there a way to make two scatter density plots share the same legend in R

I am using geom_pointdensity() to draw scatter density plot in R. Is there a way to draw them side by side as subplots and also share the same legend with the same range?
quick2063's user avatar

15 30 50 per page
1
2 3 4 5
297