Tools for sorting samples depending on the barcode
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Cell Barcode Identification and Counting
written by joseph.landry 5Hi All, I completed a single cell DNA barcoding experiment and have the .fastq file. The reads in the .fastq file are the 40 bp …
-
How to convert WGS data to microarray format?
written by kamanovae 10Hi! I need to get the nucleotides corresponding to a specific chip from the WGS format. If I understand correctly, in this case it is …
-
bash loop to align 366 RNAseq samples in individual folders
written by ATCG 41Hi, I have 366 RNAseq samples, reads for each sample are located in individual folders with the following name structure:SAME-DIFFERENT. I would like to write …
-
de novo metatranscriptomics pipelines for soil
written by stevebaeyen 0Hi all, I'm trying to figure out a good pipeline for a de novo metatranscriptomics project on soil and rhizosphere samples. I'm looking into the …
-
Demultiplex fastq miseq reads
written by bishnuadhikari323 1Hi everyone! I have two fastq files containing forward and reverse reads respectively from 54 samples. I want to demultiplex reads to their respective samples …
-
Scoring whether genes are functional or not based on SIFT and SNPEff results
written by jsgounot 17Hi, I've used SNPEff and SIFT on my dataset (yeast species) and now I have functional annotations of my SNPs and InDels. I would like …
-
SVM based Filtering For NGS data
written by manojkumarbioinfo 10Hi, I would like to know is there any available Scripts or Tools based on Support Vector Machine (SVM) for filtering the variants from NGS …
-
bcl2fastq to output different lanes together
written by luisantome 5Hi there, I need some advice regarding bcl2fastq usage. I have rapind run HiSeq data where clusters were generated on board. All lanes are identical, …
-
Tools for demultiplexing a large fastq file based on random in-line barcodes
written by alyssamolinaro91 1Hi all, I will be using Drop-seq to prepare cDNA libraries for thousands of single cells, followed by single-end sequencing on a HiSeq2500 (read length …
-
Parsing Vcf Files For Snps/Indels And Comparing Extracted Varaints Among Bacteria Spp.
written by robjohn7000 11<p>Hi,</p> <p>I have many VCF files (each for different bacteria spp.) for SNPs/INDELs that I just want to extract SNPs/INDELs from. Then I will like …
Do you mean tools for demultiplexing?
It is sorting that interests me. No need to cut off barcodes
Depending on where your barcode is in the sequence you could use
bbduk.shin filter mode to separate the reads. A guide is available.