Usage
getMiRaGEData(location="local", species="MM", ID="refseq",method="mean",test="ks",
conv="conserved",species_force=T,ID_force=T,conv_force=T)
Arguments
location
Specify from where tables are retrieved. If location="local", then tables are retrieved from experimental package, "miRNATarget". If location="web", tables are downloaded from MiRaGE Server web site, "http://www.granular.com/DATA/". Default is "local"
species
a string specifies target species. This should be either "MM" (mouse) or "HS" (human). Default is "MM".
ID
a string specifies gene ID. Default is "refseq".
method
a string specifies the treatment of samples. This should be one of "mean", "mixed", or "one_by_one". Default is "mean".
test
a string specifies statistical test for P-value computation. This should be one of "ks" (Kolmogorov-Smirnov test), "t" (t-test), or "wilcox" (Wilcoxon test). Default is "ks".
conv
a string specifies conservation of miRNA. This should be one of "conserved", "weak_conserve", and "all". Default is "conserved".
species_force
a boolean indicating whether target gene table is downloaded (TRUE) or not (FALSE). Default is TRUE.
ID_force
a boolean indicating whether gene ID conversion table is downloaded (TRUE) or not (FALSE). Default is TRUE.
conv_force
a boolean indicating whether miRNA conservation table is downloaded (TRUE) or not (FALSE). Default is TRUE.