Git Product home page Git Product logo

buc's Introduction

BUC project using the popPhyl dataset.


each directory contains two output files:
	*/output_summarized.txt: describes statistics measured for each loci.
	*/output_final_2.txt: contains averaged statistics found in output_summarized.txt, and correlations between some pairs of statistics.
 

The "./final_output.txt" file concatenates all of the */output_final_2.txt files.
It contains statistics measured in 103 species.

Can be read in R as follows:

	x = read.table("final_output_2.txt", h=T, sep="\t")

Contains:
	dataset: name of the directory
	NCBIname: NCBI names corresponding to the investigated species

	nLoci: number of retained loci (= contigs)
	Ltot: length of the coding frame for each loci

	GCtot: %GC for each loci
	GC12: %GC at positions 1 and 2 for each loci
	GC3: %GC at third position for each loci
	GCutr: %GC in UTR regions for each loci (utr3 and utr3: %GC if more than 20 nucl at the UTR3 and UTR5 positions respectively. utr if more than 20 nucl after concatenating UTR3 + UTR5

	_avg = average from the observed loci
	_std = standard deviation over the observed loci

	r_ = Pearson's correlation coefficient
	
	CorrectedExpression = mean number of mapped reads corrected by the %GC at positions 1 and 2

	Nc = Effective number of codons; estimated by using John Novembre's code ENCprime (ENc)
	Ncp = Effective number of codons by accounting for background nucleotide composition; estimated by using "ENCprime" (ENc')

buc's People

Contributors

mrjjj avatar

Watchers

James Cloos avatar  avatar camille roux avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.