NCBI esearch for cited papers with public SRA data
I'm interested in finding all recent (>=2017/01/01) papers with at least 5 citations and open associated SRA data in Entrez. Can someone provide an automated strategy for this?
esearch
entrez
ncbi
sra
• 2,534 views
•
link
written
by
Jeremy Leipzig
2.3K
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Job: MultiQC Python developer - Seqera Labs (remote)
written by Phil Ewels 160Hi everyone, I'm looking for someone to come and work with me on MultiQC! [https://multiqc.info/][1] MultiQC is an open-source project that's been running for about …
-
is there any tool for SRA metadata analysis?
written by Buffo 246For example, I would like to summarize SRA metadata for a specific specie, PubMed ids associated (or citations), year of publication, country, sequencing technology, etc. …
-
Finding motifs strategy
written by lspinedaf 0Hi, I'm new in bioinformatics and I have had some trouble finding a binding site for a known transcription factor. To summarize, I'm interested in …
-
Looking CRISPR-Cas9 sequencing Data
written by bi_Scholar 1Hello, for my project I'm analyzing the mutational outcomes of CRISPR-Cas9 cleavage. Currently, I'm looking for as much target site sequencing data (i.e. sequencing of …
-
Given QTLs and genome annotation, quickly list genes closest to QTLs
written by michael.nagle 10I have GWAS data with many associated loci. I'm looking for a way of listing all of the closest genes (and their positions) without clicking …
-
Using entrez or similar to find number of draft or complete genomes are associated with an SRA
written by nickp60 0Hi all, I want to find a straightforward way to determine if a genome in the nuccore database has an associated SRA dataset. Example: I …
-
How to download all searched SRA result data at once?
written by sratestimon 0Dear Biostars, There has been a lot of question and tutorial here teaching people how to download SRA data using SRA toolkits, R Bioconductor program, …
-
Tool: ggtree: phylogenetic tree visualization and annotation
written by Guangchuang Yu 262## ggtree: an R package for visualization and annotation of phylogenetic trees with their covariates and other associated data The `ggtree` package extending the `ggplot2` …
-
Estimating bacterial abundances from SRA files with multiple SRR files
written by neel.vadoothker 0If I have an SRA file with multiple SRR files (runs) associated with it, how do I go about analyzing the data? Specifically, can I …
-
Ensembl Id Mapping To Entrez Id
written by Joseph W Carl Jr 3<p>The Situation: I'm predicting miRNA targets using miranda in 3' UTRs. The application that does the prediction uses ENSEMBL ID's. Once I have the predicted …
A search along the lines of (not satisfying 5+ citations criteria)
brings info about
This python script can automate the process but it'll throw an error when
get_sra_ids(pmid)encounters an article with no linked SRA ids because of missing[u'LinkSetDb'][0][u'Link']tag on those entries. The same may happen withget_citations(pmid).