Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
17 views

I'm trying to install angsd for running paired-end screening data analysis and after git clone and going into the folder, when running the command make, I keep getting the following error: kprobaln.c:(...
Lis's user avatar
  • 1
1 vote
1 answer
141 views

I am using BLAST+ to map some nanopore reads onto my own reference. I am using multiple output file formats, mostly 0 (blast-style visual alignment) and 6 (the tsv file) without issue. All the ...
BioNewb's user avatar
  • 31
0 votes
1 answer
76 views

I have a table in SQL Server that tracks the working status changes of sales orders. When the order is first entered it is automatically in a status of NEW. When the order is populated with product ...
Greg's user avatar
  • 35
0 votes
1 answer
70 views

I’m working on a SCORM package where I'm evaluating rule conditions defined in the sequencing rules against objectives before delivering an activity. I understand that the ...
Arun Kalyan's user avatar
0 votes
1 answer
164 views

I am building an LSTM model for sentiment analysis using a hotel review dataset. However, the model always returns empty with empty output and parameters each time I run the code. I have followed many ...
Francis's user avatar
  • 19
0 votes
0 answers
195 views

I am doing a project for school on CodeHS using Javascript. It is a game in which the user tries to move a character across the screen by pressing numbers to indicate which direction they want it to ...
Graham H.'s user avatar
0 votes
0 answers
67 views

I'm looking for ways to plot sequencing data like this: It seems to be a common plot. I know there are ways to plot a table filled with colors from a relevant post tableplot <- function(ret, nrow, ...
user23228339's user avatar
0 votes
0 answers
68 views

I've made a Node.js program for generating procedural animations from a simulation. I want to add sound effects to the animations, but I haven't been able to find any libraries for generating a ...
Jack Davenport's user avatar
0 votes
0 answers
174 views

I have an excel spreadsheet where I have City PN No Accepted Date bracknell Each PN is unique i.e BRK-1-PN222 26/7/23 Ipswich ...
chasedward's user avatar
1 vote
0 answers
74 views

I installed Longstitch and ran the test script with no issues. The output files matched the expected output files. But when I am now trying to run Longstitch on my own data I am getting this error. (...
Karli's user avatar
  • 41
0 votes
0 answers
66 views

We are facing problem in sequencing geocodes to reach destination(Single destination for all pickup) with minimum cost. Lets assume we have a Set of n geocodes as a pick up locations and a destination ...
Mayank Pathak's user avatar
0 votes
0 answers
160 views

I am running QC for bulk RNAseq and ran the following code: base_dir <- "/data/dpag-paupar-kap1/mert4522/FASTQ/0.2Data2" fastqc_dir <- "/data/dpag-paupar-kap1/mert4522/FASTQ/0....
Jemima Becker's user avatar
0 votes
2 answers
525 views

I am new to RNA-Sequencing and I am having trouble with my alignment. I am using STAR and I seem to be missing one of the output files I believe I need for the next step. I can not find my Aligned....
sophie's user avatar
  • 1
-1 votes
1 answer
170 views

I am wondering if it is possible to visualize 3 features from a single cell RNA sequencing data set simultaneously. I use the blend function of DimPlot to visualize 2 features, but is it possible to ...
kuuchan's user avatar
-1 votes
1 answer
60 views

Dear stackoverflow community, I think im experienced with R, but last week R proved me wrong. I think my problem is very easy to solve, but i can't, so im reaching out for you guys! I got a problem ...
Marwin's user avatar
  • 11
1 vote
1 answer
190 views

I am using snakemake version 7.30.1 I am trying to run my snakemake workflow using snakemake --cores 4. Snakemake seems to be able to locate the input files and seems to start to complete the steps of ...
user22535484's user avatar
0 votes
1 answer
137 views

Is it possible to convert a DeseqStats object from PyDESeq2 into a Pandas DataFrame? results_summary = stat_res results_as_html = results_summary.tables[1].as_html() pd.read_html(results_as_html, ...
alexis's user avatar
  • 11
1 vote
0 answers
432 views

I am writing a code to analyse yeast sequencing data using R. I was able to do the alignment using BWA and thus obtain a .bam file and its .bai index using samtools. My next step is to perform variant ...
Juliette G.'s user avatar
0 votes
1 answer
60 views

I have a couple of data collected by date and time. The collected data is by time interval. I'm doing gas analysis by sensor. So the sensor gave me data in the following form RFID `Farm Name` `Start ...
Mulisa Dida's user avatar
0 votes
1 answer
933 views

I have a question regarding GA4 Enhanced Ecommerce Tracking with GTM - although the problem isn't specific to GA4 or Ecommerce Tracking. The Situation the shop does use usercentrics as cookie ...
Michael Hammer's user avatar
0 votes
1 answer
889 views

Im trying to convert a file downloaded from NCBI containing contigs of a bacterial genome. For further analysis I need to have it in FASta format. I tried converting via seqkit, but it does not work.
Litsa Abdelnour's user avatar
0 votes
1 answer
93 views

Say we have an object (e.g. a list) in Scala, and we want to sequence user-defined functions with object member functions, for instance: g(l.map(f) .foldRight(...)) .map(h) If the sequence of ...
Matei's user avatar
  • 152
0 votes
0 answers
87 views

Currently I am trying to filter some data for single cell RNA sequencing, and this process requires the use of python. I am trying to run the following codes and I am facing some errors. %pylab inline ...
Arka26's user avatar
  • 21
1 vote
1 answer
227 views

I want to write code to analyze short protein sequences and determine their similarity. I have no reference sequence but rather I want to write some sort of for loop to compare them all to each other ...
cosmomush's user avatar
3 votes
0 answers
279 views

I have used Trimmomatic-0.39 few times already for trimming some sequencing data. This time I tried the option -baseout as stated in the manual but it does not recognise it as a valid option and the ...
AVO's user avatar
  • 31
0 votes
0 answers
50 views

First time posting. Apologies if I'm not as clear as I intend. I have an excel (xlxs) spreadsheet of data; it's sequencing data if that helps. Generally indexed as follows: column 1 = organism ...
KR_Tiberius's user avatar
0 votes
0 answers
260 views

Problem: Given N tasks with potentially non-unique deadlines d1,...,dN and time needed t1,...,tN to complete each one (in hours), output a schedule that maximizes the number of deadlines met. Only 1 ...
mega-rototo's user avatar
1 vote
0 answers
57 views

I'm fairly new to c++ but I'm trying to learn. I've been tasked with implementing an old software called snpomatic in our pipelines. I could successfully build the program and run it with some ...
JLR's user avatar
  • 11
1 vote
1 answer
5k views

Excuse Essay So I’ve done a Deseq analysis, then taken the counts file, applied the same names and then removed an NA values , then created a ?tibble/table called sigs, which I then turn into a Data ...
Rob Staruch's user avatar
1 vote
1 answer
262 views

I'm trying to isolate, from a bam file, those sequencing reads that have insertions longer than number (let's say 50bp). I guess I can do that using the cigar but I don't know any easy way to parse it ...
PaulaO's user avatar
  • 67
0 votes
1 answer
2k views

I have a custom reference genome, gene.fa and 18 bed files. I want to generate a bed file that contains a region of interest, 5100-5600 bp, as a single entry that I can use for intersection using ...
Cam's user avatar
  • 121
0 votes
1 answer
226 views

I am working with a large time series of oceanographic data which needs a lot of manipulation. I have several days of data missing and would like to interpolate them. Specifically date/depth/...
hydroceanog's user avatar
-1 votes
1 answer
1k views

I am following the 10x Cellranger steps and using the same files for cellranger count. I run this from the fastq directory that contains all the PBMCs fastq files and the GRCh38 files too.
Yojet Sharma's user avatar
0 votes
0 answers
325 views

Having a scenario where I need to identify task sequence and execute tasks possible indenpendent flows/tasks parallely. for example Task 1 Task 2 ->Task 11 and task-3 Task 3 -> Task 1 Task 4 -&...
Sudha Rajamanickam's user avatar
0 votes
2 answers
3k views

I have carried out Affymetrix data analysis with oligo and limma. Now I need to perform the gene enrichment analysis on the upregulated and downregulated genes (on EnrichR, by searching the gene ...
Martina M's user avatar
4 votes
3 answers
258 views

For a college assignment I am learning Haskell and when reading about the do-notation and sequencing with >>= and >> I came across this behaviour that I did not expect. [1,2,3] >> [1]...
Sebastiaan Steenbrink's user avatar
0 votes
1 answer
82 views

I'm trying to apply some previously written code to some DNA sequencing data that I have collected. I would like to match my sequencing reads to a document containing specific barcodes and output the ...
Joe Armstrong's user avatar
1 vote
2 answers
118 views

(filter procedure list) applies procedure to each element of list and returns a new list containing only the elements for which procedure returns true. (R. Kent Dybvig The Scheme Programming Language) ...
mnemenaut's user avatar
  • 820
2 votes
1 answer
837 views

I am very new to coding so I'm not really sure how to approach this. I wanted to look at some data that we got and sequence them using Bismark. I already used Trim Galore to pare the reads, now I ...
Lost_in_Code's user avatar
0 votes
1 answer
197 views

I'm trying to run STAR but I am getting an empty BAM file. Does anyone know why this is happening and how to fix it? iCount mapstar demultiplexed/demux_NNNGGCGNN.fastq.gz hs88 mapping_NNNGGCGNN \ > ...
user12006540's user avatar
1 vote
1 answer
925 views

I need to set up a recursive function in C# to set the sequence number of a list of items. More specifically a bom. For each bom level, I need to start the sequence at 10, and increment of 10. How ...
André Cooke's user avatar
1 vote
0 answers
35 views

Can statistical analyses (GWAS/WES/WGS) be performed with DNA from saliva in combination with DNA from blood? Is there a chance of bias? First, I think DNA=DNA, in other words, no matter how the 'DNA ...
P.Roberto Bakker ev Doornebal's user avatar
1 vote
2 answers
435 views

I have a question arising from the answer to my question at: haskell Either and Validation Applicative My code is posted there. It concerns the use of the *> sequencing operator instead of the <*...
maxloo's user avatar
  • 491
-1 votes
1 answer
165 views

To find a mutation like for S104R(from 2288681 to 2289241 for pyrazinamide), we have to first remove '-'(for stripping insertion/deletions if/any present in fasta file), then take reverse complement ...
optimusPrime's user avatar
0 votes
1 answer
56 views

I am trying to run a gene set enrichment analysis following the vignette here: http://yulab-smu.top/clusterProfiler-book/chapter7.html I have been trying to use this particular code: data(df, package=&...
Rob Staruch's user avatar
0 votes
1 answer
392 views

I am cleaning up sequencing data. I have a file with reads (names) I'd like to find with grep and eventually remove. The patternfile file is 219,721 lines long, with no duplicate entries. The sequence ...
hoytpr's user avatar
  • 5
1 vote
1 answer
499 views

I am trying to create a new variable in a data.table. It is intended to take a variable in the data.table and for each observation compare that variable to a vector and return the index of the first ...
JotHa's user avatar
  • 55
5 votes
1 answer
3k views

I was asked this question in an interview and was unable to answer it. How does FB messenger order the messages on user side when two messages are concurrent in order to avoid view difference in ...
Egalitarian's user avatar
  • 2,227
2 votes
0 answers
241 views

I was trying to generate a genome index using STAR index for mutant library 99,50 hours post fertilization (99H50) with the annotation form Lawson lab. The code I used is as follows: module load STAR; ...
Aranyak Goswami's user avatar
0 votes
1 answer
443 views

I am using a code based on Deseq2. One of my goals is to plot a heatmap of data. heatmap.data <- counts(dds)[topGenes,] The error I am getting is Error in counts(dds)[topGenes, ]: subscript out ...
Aranyak Goswami's user avatar