Biostar (original) (raw)
Comment: SAIGE-GENE error byGenoMax 151k
Segfaults are related to memory, which is what part of the message is telling you. If you are running this job under a job scheduler make s…
Answer: IGV track display problem: interval rectangle from BED file appears above all tr bymcsimenc ▴ 20
The problem was the filename suffix, it's meaningful in how IGV treats the file. It is .pk here, but changed to .bed and it works.
Comment: Y-axis break in Volcano Plot byGenoMax 151k
> Any help is appreciated You should consider upvoting and validating (accepting, green check mark) comments/answers you have received on …
Comment: Isoform analysis after quantification with Salmon/Star byrajdeepboral00 ▴ 70
Thank you for your detailed reply
Answer: Nanopore data analysis bycolindaven 7.6k
- Merge bams - yes. (why do you have so many ?). Merging fastqs before creating bams is easier (cat *.fastq.gz ) than bam merging. - 150…
Answer: What is the difference between norm --multiallelics -any versus --atomize? byashotmarg2004 ▴ 130
There is a related discussion here: https://github.com/samtools/bcftools/issues/2142
Answer: checking the sequences that share origin byGenoMax 151k
Without the presence of [**UMI**][1] in data, it would be difficult to say with certainty that a pair of sequences share an identical origi…
Comment: Bambu on illumina short reads sequencing byRob 7.1k
I'll agree with GenoMax here. While the approach of bambu shares several methodological underpinnings with methods used for short-read qua…
Comment: Nanopore data analysis byGenoMax 151k
Data volume is going to depend on the amount of sequencing. Was this a PromethION flowcell? Tool should handle the data as long as you have…
Comment: Bambu on illumina short reads sequencing byGenoMax 151k
Did you see a recent thread --> https://www.biostars.org/p/9612865/ which delineates standard methods for short-read data. Bambu is meant…
Comment: Nanopore data analysis bysarahmanderni ▴ 130
The overall size for all bam files is around 150 GB. Is this common for nanopore and does this tools handle this volume of data? Thanks fo…
Comment: Nanopore data analysis byGenoMax 151k
How about using `modkit` provided by Nanopore for methylation data analysis: https://github.com/nanoporetech/modkit
Comment: Significant reads loss after fastp byGenoMax 151k
Will refer you back to my comment above. Don't be fixated on the Q scores. You don't say what kind of data this is but it may still align f…
Comment: Better splitting of mutliallelic sites then bcftools norm --m-any bygernophil ▴ 130
Because this question just received an upvote: I used `vt decompose -s` back in the days, but I think bcftools now also makes you choose th…
Comment: Significant reads loss after fastp bySpliceAndScript • 0
I have attached the phred score image of my reads, your opinion will be appreciated.