getTranscriptGcAndWidth | R Documentation |
Gets GC proportions and gene widths from annotation (gtf or gff) and sequence (fasta) information.
getTranscriptGcAndWidth(param = NULL, genomeFn = NULL, featureFn = NULL)
param |
the parameters to load the annotation and sequence files from. |
Returns a list containing named vectors for the GC proportion and the gene width.
Rehrauer, Hubert
Schmid, Peter
ezLoadFeatures
readDNAStringSet
Views
letterFrequency
param = ezParam()
param$ezRef@refFeatureFile = system.file("extdata/genes.gtf", package="ezRun", mustWork=TRUE)
fp = "/srv/GT/reference/Saccharomyces_cerevisiae/Ensembl/EF4/Sequence/WholeGenomeFasta/genome.fa"
param$ezRef@refFastaFile = fp
gw = getTranscriptGcAndWidth(param)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.