Description Usage Arguments Value Examples
Constructor function for taxaExp
objects.
This function takes in a expression value file from RNA-seq,
and construct a taxaExp
object from which user can extract information
for display or for further analysis.
1 2 | TEconstruct(ExpValueFP = NULL, taxa = "all", subtaxa = "all",
rmOut = FALSE, verbose = FALSE)
|
ExpValueFP |
a text file contains processed expression data (RPKM or TPM for example). Row names correspond with gene names, and column names correspond with taxon and subtaxon names. |
taxa |
one single string or a vector of strings specifying main taxa selected for
constructing |
subtaxa |
one single string or a vector of strings sepcifying sub taxa selected for
constructing |
rmOut |
a logical sepcifying whether to remove expression outliers
while constructing |
verbose |
a logical specifying whether to print more information on the screen
while constructing |
returns an object of class Taxa
(S3 class, a list of taxonExp
objects).
1 2 | taxa.objects = TEconstruct(ExpValueFP = system.file('extdata/primate_brain_expvalues.txt',
package = 'TreeExp'), taxa = "all", subtaxa = c("HIP", "CB"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.