## To check rendering of citation, run readCitationFile("CITATION")

citHeader("To cite package 'Pigengene' in publications use:")
     
## R >= 2.8.0 passes package metadata to citation().
if(!exists("meta") || is.null(meta)) meta <- packageDescription("nlme")
year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date)
vers <- paste("R package version", meta$Version)

citEntry(entry="Article",
        author = "Amir Foroushani and et al.",
        title = "{Large-scale gene network analysis reveals the significance of extracellular matrix pathway and homeobox genes in acute myeloid leukemia}",
        journal = "In preparation",
        year = "2016",
        volume = "",
        number = "",
        pages = "",
        month = "",

        textVersion = paste("Amir Foroushani et al.", "(2016) ",  
        "Large-scale gene network analysis reveals the significance of extracellular matrix pathway and homeobox genes in acute myeloid leukemia, Foroushani et al., In preparation. ", 
        "URL: http://oncinfo.org/", ".", sep=""))
