Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.172.953 Times

Bio::SAGE::DataProcessing 1.20

  Date Added: June 16, 2010  |  Visits: 993

Bio::SAGE::DataProcessing

Report Broken Link
Printer Friendly Version


Product Homepage
Download (93 downloads)



Bio::SAGE::DataProcessing module processes raw serial analysis of gene expression (SAGE) data. SYNOPSIS use Bio::SAGE::DataProcessing; $sage = Bio::SAGE::DataProcessing->new(); # open sequence and quality files open( READS, "library.fasta" ); open( QUAL, "library.qual.fasta" ); # collect ditags and statistics from reads $sage->process_library( *READS, *QUAL ); # close files close( READS ); close( QUAL ); # output tags in descending order of expression my %tags = %{$sage->get_tagcounts()}; open( TAGS, ">library.tags" ); map { print TAGS join( "t", $_, $tags{$_} ) . "n" } sort { $tags{$b} <=> $tags{$a} } keys %tags; close( TAGS ); # tag AAACCGGGTT matches two different genes # so 15th base pair may help resolve this $sage->print_extra_base_calculation( $sage->get_extract_base_calculation( "AAACCGGGTT" ) ); This module provides several tools for processing and analyzing serial analysis of gene expression (SAGE) libraries. Serial analysis of gene expression (SAGE) is a molecular technique for generating a near-global snapshot of a cell population’s transcriptome. Briefly, the technique extracts short sequences at defined positions of transcribed mRNA. These short sequences are then paired to form ditags. The ditags are concatamerized to form long sequences that are then cloned. The cloned DNA is then sequenced. Bioinformatic techniques are then employed to determine the original short tag sequences, and to derive their progenitor mRNA. The number of times a particular tag is observed can be used to quantitate the amount of a particular transcript. The original technique was described by Velculescu et al. (1995) and utilized an ~14bp sequence tag. A modified protocol was introduced by Saha et al. (2002) that produced ~21bp tags. PURPOSE This module facilitates the processing of SAGE data. Specifically: 1. extracting ditags from raw sequence reads. 2. extracting tags from ditags, with the option to exclude tags if the Phred scores (described by Ewing and Green, 1998a and Ewing et al., 1998b) do not meet a minimum cutoff value. 3. calculating descriptive values 4. statistical analysis to determine, where possible, additional nucleotides to extend the length of the SAGE tag (thus facilitating more accurate tag to gene mapping). Both regular SAGE (14mer tag) and LongSAGE (21mer tag) are supported by this module. Future protocols should be configurable with this module..

Requirements: No special requirements
Platforms: Linux
Keyword: Analysis Biosagedataprocessing Dataprocessing Expression Gene Gene Expression Libraries Module Qual Reads Sage Serial Analysis Of Gene Expression Tag Tags
Users rating: 0/10

License: Freeware Size: 19.46 KB
USER REVIEWS
More Reviews or Write Review


BIO::SAGE::DATAPROCESSING RELATED
Science  -  R Package for the Analysis of DCE-MRI 4.0.45
A collection of code, bundled into a single R package, to perform several aspects of data management, image pre-processing, data analysis and statistical inference related to the quantitative analysis of dynamic contrast-enhanced MRI (DCE-MRI).
4.16 MB  
Development Tools  -  Measures of Analysis of Time Series toolkit (MATS) 1.0
Measures of Analysis of Time Series (MATS) toolkit computes a number of different measures of analysis of scalar time series (linear, nonlinear and other statistical measures). It also contains pre-processing tools (transformations and...
3.41 MB  
Libraries  -  Bio::SAGE::Comparison 1.00
Bio::SAGE::Comparison module compares data from serial analysis of gene expression (SAGE) libraries. SYNOPSIS use Bio::SAGE::Comparison; $sage = Bio::SAGE::Comparison->new(); This module provides several tools for comparing data generated...
8.19 KB  
Communication  -  PERFORMANCE ANALYSIS OF SYMBOL/CHIP BASED MINIMUM 1.1
Current direct sequence code division multiple access (DS-CDMA) system suffer from Multiple access interference (MAI) and Inter symbol interference (ISI) due to the frequency selective channel. This interference can be avoided by use of Adaptive...
30.72 KB  
Science  -  RmiR 1.0.4
RmiR is an R package for the analysis of microRNA and gene expression microarrays.The package is designed to coupling microRNA and gene expression data, using different databases, like TargetScan, mirBase, picTar,TarBase and others...
285.6 KB  
Multimedia & Graphics  -  GProcessor 3.0
GProcessor is a small, easy to use application specially designed to help you with the statistical analysis of GenePix data, including dye effect adjustment and ANOVA analysis. Microarray is one of the most fascinating technologies in the...
 
Libraries  -  TA-Lib : Technical Analysis Library 0.3.0
TA-Lib provides common functions for the technical analysis of stock/future/commodity market data. TA-Lib can be reused by trading software developers using Excel, .NET, Java, Perl or C/C++.. Technical analysis open-source software library to...
3.8 MB  
Science  -  Nuclear Simulation Java Class Libraries rc
The class libraries here provide infrastructure for creating simulations of low energy nuclear physics experiments, as well as some useful working programs that do simple simulations and analysis of experiments performed with magnetic spectrographs.
1.3 MB  
Science  -  Open2Dprot 1.0
Open2Dprot is an open-source proteomics project for the development of bioinformatic tools for n-dimensional protein expression data analysis of quantified protein expression across multiple samples from research experiments.
7.52 MB  
Science  -  PANTHER 1.0.beta46
PANTHER project: software for modeling of protein sequence and function evolution, and tools for applying these data to the analysis of genome data, expression data and coding SNPs. Details available at http://www.pantherdb.org.
22.4 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB