Are you sure you want to leave this community? Leaving the community will revoke any permissions you have been granted in this community.
SciCrunch Registry is a curated repository of scientific resources, with a focus on biomedical resources, including tools, databases, and core facilities - visit SciCrunch to register your resource.
https://github.com/mozack/abra
Software that is a realigner for next generation sequencing data. It uses localized assembly and global realignment to align reads more accurately, thus improving downstream analysis (detection of indels and complex variants in particular).
Proper citation: Assembly Based ReAligner (RRID:SCR_003277) Copy
http://www.bioconductor.org/packages/release/bioc/html/NormqPCR.html
Software package providing functions for the selection of optimal reference genes and the normalization of real-time quantitative PCR data.
Proper citation: NormqPCR (RRID:SCR_003388) Copy
http://code.google.com/p/popoolation/
A collection of tools to facilitate population genetic studies of next generation sequencing data from pooled individuals. It builds upon open source tools (bwa, samtools) and uses standard file formats (gtf, sam, pileup) to ensure a wide compatibility. PoPoolation allows to calculate Tajima's Pi, Watterson's Theta and Tajima's D for reference sequences using a sliding window approach. Alternatively these population genetic estimators may be calculated for a set of genes (provided as gtf). One of the main challenges in population genomics is to identify regions of intererest on a genome wide scale. PoPoolation will greatly aid this task by allowing a fast and user friendly analysis of NGS data from DNA pools.
Proper citation: PoPoolation (RRID:SCR_003495) Copy
A web-based software tool offering an integrated analysis of transcriptome data under genomic, proteomic and metabolic context.
Proper citation: GEPAT (RRID:SCR_003597) Copy
http://jexpress.bioinfo.no/site/
Gene expression analysis software using Java.
Proper citation: J-Express (RRID:SCR_003609) Copy
https://code.google.com/p/ampliconnoise/
A collection of programs for the removal of noise from 454 sequenced PCR amplicons. This project also includes the Perseus algorithm for chimera removal.
Proper citation: AmpliconNoise (RRID:SCR_007814) Copy
A short-read assembler based on a de Bruijn graph, capable of assembling a human genome on a desktop computer in a day.
Proper citation: Minia (RRID:SCR_004986) Copy
http://www.cs.helsinki.fi/u/lmsalmel/mip-scaffolder/
A software program for scaffolding contigs produced by fragment assemblers using mate pair data such as those generated by ABI SOLiD or Illumina Genome Analyzer.
Proper citation: MIP Scaffolder (RRID:SCR_005072) Copy
http://petrov.stanford.edu/cgi-bin/Tlex.html
Software package for fast and accurate discovery, annotation, re-annotation and population analysis of Transposable Elements using Next-Generation Sequencing data.
Proper citation: T-lex (RRID:SCR_005134) Copy
http://woldlab.caltech.edu/rnaseq
Software for Mapping and Quantifying Mammalian Transcriptomes by RNA-Seq. Its functions are to (i) assign reads that map uniquely in the genome to their site of origin and, for reads that match equally well to several sites (''multireads''), assign them to their most likely site(s) of origin; (ii) detect splice-crossing reads and assign them to their gene of origin; (iii) organize reads that cluster together, but do not map to an already known exon, into candidate exons or parts of exons; and (iv) calculate the prevalence of transcripts from each known or newly proposed RNA, based on normalized counts of unique reads, spliced reads and multireads. The new candidate RNA regions produced can be thought of as ESTs, and, like ESTs, some are provisionally appended to existing gene models if they meet several additional criteria. Remaining unassigned candidate transcribed regions (labeled RNAFAR features) can then be used in conjunction with other confirming data to develop new or revised gene models.
Proper citation: ERANGE (RRID:SCR_005240) Copy
http://www.broadinstitute.org/cancer/cga/rna-seqc
Java software which computes a series of quality control metrics for RNA-seq data and can compare sequencing quality across different samples or experiments to evaluate different experimental parameters. The input can be one or more BAM files, and the output consists of HTML reports and tab delimited files of metrics data.
Proper citation: RNA-SeQC (RRID:SCR_005120) Copy
http://cbrc.kaust.edu.sa/readscan/
A highly scalable parallel software program to identify non-host sequences (of potential pathogen origin) and estimate their genome relative abundance in high-throughput sequence datasets.
Proper citation: READSCAN (RRID:SCR_005204) Copy
http://odin.mdacc.tmc.edu/~xsu1/VirusSeq.html
An algorithmic software tool for detecting known viruses and their integration sites using next-generation sequencing of human cancer tissue. VirusSeq takes FASTQ files (paired-end reads) as input.
Proper citation: VirusSeq (RRID:SCR_005206) Copy
http://smithlab.usc.edu/methpipe/
A computational pipeline for analyzing bisulfite sequencing data.
Proper citation: MethPipe (RRID:SCR_005168) Copy
http://snpeff.sourceforge.net/
Genetic variant annotation and effect prediction software toolbox that annotates and predicts effects of variants on genes (such as amino acid changes). By using standards, such as VCF, SnpEff makes it easy to integrate with other programs.
Proper citation: SnpEff (RRID:SCR_005191) Copy
https://code.google.com/p/simrare/
A stand-alone executable software with user-friendly graphical interface implemented in Python/C++ for rare variant association studies. It is designed as a unified simulation framework to provide an unbiased and easy manner to evaluate association methods, including novel methods, under a broad range of choice of biological contexts. It consists of three modules, variant data simulator, genotype/phenotype generator and association method evaluator. SimRare generates variant data for gene regions using forward-time simulation which incorporates realistic population demographic and evolutionary scenarios. For phenotype data it is capable of generating both case-control and quantitative traits. The phenotypic effects of variants can be detrimental, protective or non-causal. SimRare has a graphical user interface which allows for easy entry of genetic and phenotypic parameters. Simulated data can be written into external files in a standard format. For novel association method implemented in R it can be imported into SimRare, which has been equipped built in functions to evaluate performance of new method and visually compare it with currently available ones in an unbiased manner.
Proper citation: SimRare (RRID:SCR_005226) Copy
https://github.com/ruping/Breakpointer
A fast tool for locating sequence breakpoints from the alignment of single end reads (SE) produced by next generation sequencing (NGS). It adopts a heuristic method in searching for local mapping signatures created by insertion/deletions (indels) or more complex structural variants(SVs). With current NGS single-end sequencing data, the output regions by Breakpoint mainly contain the approximate breakpoints of indels and a limited number of large SVs. Notably, Breakpointer can uncover breakpoints of insertions which are longer than the read length. Breakpointer also can find breakpoints of many variants located in repetitive regions. The regions can be used not only as a extra support for SV predictions by other tools (such as by split-read method), but also can serve as a database for searching variants which might be missed by other tools. Breakpointer is a command line tool that runs under linux system. Breakpointer takes advanage of two local mapping features of single-end reads as a consequence of indel/SVs: 1) non-uniform read distribution (depth skewness) and 2) misalignments at the boundaries of indel/SVs. These features are summarized as breakpoint signature. Breakpointer proceeds in three stages in capturing this signature. It is implemented in C++ and perl. Input is the file or files containing alignments of single-end reads against a reference genome (in .BAM format). Output is the predicted regions containing potential breakpoints of SVs (in .GFF format). To be able to read in .BAM files, Breakpointer requires bamtools API, which users should install beforehand.
Proper citation: Breakpointer (RRID:SCR_005254) Copy
http://www.genoscope.cns.fr/externe/gmorse/
Software aimed at using RNA-Seq short reads to build de novo gene models. First, candidate exons are built directly from the positions of the reads mapped on the genome (without any ab initio assembly of the reads), and all the possible splice junctions between those exons are tested against unmapped reads : the testing of junctions is directed by the information available in the RNA-Seq dataset rather than a priori knowledge about the genome. Exons can thus be chained into stranded gene models.
Proper citation: G-Mo.R-Se (RRID:SCR_005273) Copy
Software mining pipeline guided by a Bayesian principle to detect single nucleotide polymorphisms, insertion and deletions by comparing high-throughput pyrosequencing reads with a reference genome of related organisms. This pipeline is extended to identify and visualize large-size structural variations, including insertions, deletions, inversions and translocations.
Proper citation: inGAP (RRID:SCR_005261) Copy
http://sv.gersteinlab.org/pemer/
Software package as computational framework with simulation-based error models for inferring genomic structural variants from massive paired-end sequencing data. Package is composed of three modules, PEMer workflow, SV-Simulation and BreakDB. PEMer workflow is a sensitive software for detecting SVs from paired-end sequence reads. SV-Simulation randomly introduces SVs into a given genome and generates simulated paired-end reads from novel genome.
Proper citation: PEMer (RRID:SCR_005263) Copy
Can't find your Tool?
We recommend that you click next to the search bar to check some helpful tips on searches and refine your search firstly. Alternatively, please register your tool with the SciCrunch Registry by adding a little information to a web form, logging in will enable users to create a provisional RRID, but it not required to submit.
Welcome to the RRID Resources search. From here you can search through a compilation of resources used by RRID and see how data is organized within our community.
You are currently on the Community Resources tab looking through categories and sources that RRID has compiled. You can navigate through those categories from here or change to a different tab to execute your search through. Each tab gives a different perspective on data.
If you have an account on RRID then you can log in from here to get additional features in RRID such as Collections, Saved Searches, and managing Resources.
Here is the search term that is being executed, you can type in anything you want to search for. Some tips to help searching:
You can save any searches you perform for quick access to later from here.
We recognized your search term and included synonyms and inferred terms along side your term to help get the data you are looking for.
If you are logged into RRID you can add data records to your collections to create custom spreadsheets across multiple sources of data.
Here are the sources that were queried against in your search that you can investigate further.
Here are the categories present within RRID that you can filter your data on
Here are the subcategories present within this category that you can filter your data on
If you have any further questions please check out our FAQs Page to ask questions and see our tutorials. Click this button to view this tutorial again.