panev.example: Copy the example files in the Working Directory

View source: R/panev.example.R

panev.exampleR Documentation

Copy the example files in the Working Directory

Description

The function copies the example files necessary to test the package in the current working directory.

Usage

panev.example(type=NULL)

Arguments

type

If set as "validation", the files used in the paper are saved in the working directory. In all the other cases, the example files used in the help section are saved in the working directory (default = NULL).

Details

The example files used in the help section are:

  • ensembl_genelist.txt: this is the input file to test panev.dataPreparation. Please check function help to have information about the file format.

  • entrez_genelist.txt: this is the input file to test panev.dataPreparation. Please check function help to have information about the file format.

  • data.txt: this is the input file to test panev.network and panev.stats.enrichment. Please check function help to have information about the file format.

  • ensembl_expr_genelist.txt: this is the input file to test panev.exprdataPreparation. Please check function help to have information about the file format.

  • entrez_expr_genelist.txt: it is the example input file to test panev.exprdataPreparation. Please check function help to have information about the file format.

  • expr_listPath.txt: this is the input file to test panev.exprnetwork. Please check function help to have information about the file format.

  • exprdata.txt: this is the input file to test panev.exprnetwork and panev.stats.enrichment. Please check functions help to have information about the file format.

The files used in the publication to validate PANEV R package are:

  • genelist_annotated_qiu2014.txt: this is the input file used in the publication to test panev.network. The gene list is from a publicly available data set from a study on human type 1 diabetes mellitus - T1DM (Qiu et al., 2014).

  • genelist_expr_Levy2012.txt: this is the input file for "in.file" argument used in the publication to test panev.exprnetwork. The gene list with relative FC values is from expression results obtained by Levy et al. (2012).

  • pathlist_expr_Levy2012.txt: this is the input file for "path.file" argument used in the publication to test panev.exprnetwork. The pathway list with relative expression score values (in this case subsitute by number of occurrence) is from expression results obtained by Levy et al. (2012).

In the vignette is reported how to replicate the analyses presented in the publication.

Author(s)

Marco Milanesi (marco.milanesi.mm@gmail.com)

References

Levy, H., X. Wang, M. Kaldunski, S. Jia, J. Kramer, S.J. Pavletich, M. Reske, T. Gessel, M. Yassai, M.W. Quasney, M.K. Dahmer, J. Gorski, and M.J. Hessner. 2012. Transcriptional signatures as a disease-specific and predictive inflammatory biomarker for type 1 diabetes. Genes Immun. 13:593-604. doi:10.1038/gene.2012

Qiu, Y.-H., F.-Y. Deng, M.-J. Li, and S.-F. Lei. 2014. Identification of novel risk genes associated with type 1 diabetes mellitus using a genome-wide gene-based association analysis. J. Diabetes Investig. 5:649-656. doi:10.1111/jdi.12228.

Examples

##### EXAMPLES CODE #####
#Copy the example files used in the help sections in the current working directory
panev.example()

#Copy the example files used as validation set in the publication in the current working directory
panev.example(type="validation")

vpalombo/PANEV documentation built on June 13, 2022, 1:11 p.m.