Title-Different Gamma-Glutamyl Transpeptidase Mrnas Are Expressed in Human Liver and Kidney (Human Spaines)
Title-Different Gamma-Glutamyl Transpeptidase Mrnas Are Expressed in Human Liver and Kidney (Human Spaines)
%%script file %Retrival sequence for Humano_spaiens and plot all plot of nucleotides% Humano_spaines=getgenbank('M30478','SequenceOnly',true) ; whos Humano_spaines; %Density of nuclotide ntdensity(Humano_spaines); %Number of bases basecount(Humano_spaines); %Plot in circular form all the bases figure basecount( HUMAN_SPANIENS,'chart','pie'); gtext('A'); gtext('G'); gtext('C'); gtext('T'); %plot all the bases in 3D view figure dimercount( HUMAN_SPANIENS,'chart','bar');