edgeR question
1
0
Entering edit mode
Guest User ★ 13k
@guest-user-4897
Last seen 9.6 years ago
Hi, I am learning Edge R and am having trouble importing data. I have to tab delimited files, each of two different time points I am trying to look at. How do I input these data into the edgeR program so that I can see the matrix? I hope this question makes sense. Audra -- output of sessionInfo(): > sessionInfo function (package = NULL) { z <- list() z$R.version <- R.Version() z$platform <- z$R.version$platform if (nzchar(.Platform$r_arch)) z$platform <- paste(z$platform, .Platform$r_arch, sep = "/") z$platform <- paste0(z$platform, " (", 8 * .Machine$sizeof.pointer, "-bit)") z$locale <- Sys.getlocale() if (is.null(package)) { package <- grep("^package:", search(), value = TRUE) keep <- sapply(package, function(x) x == "package:base" || !is.null(attr(as.environment(x), "path"))) package <- sub("^package:", "", package[keep]) } pkgDesc <- lapply(package, packageDescription, encoding = NA) if (length(package) == 0) stop("no valid packages were specified") basePkgs <- sapply(pkgDesc, function(x) !is.null(x$Priority) && x$Priority == "base") z$basePkgs <- package[basePkgs] if (any(!basePkgs)) { z$otherPkgs <- pkgDesc[!basePkgs] names(z$otherPkgs) <- package[!basePkgs] } loadedOnly <- loadedNamespaces() loadedOnly <- loadedOnly[!(loadedOnly %in% package)] if (length(loadedOnly)) { names(loadedOnly) <- loadedOnly pkgDesc <- c(pkgDesc, lapply(loadedOnly, packageDescription)) z$loadedOnly <- pkgDesc[loadedOnly] } class(z) <- "sessionInfo" z } <bytecode: 0x10328e4e0=""> <environment: namespace:utils=""> > -- Sent via the guest posting facility at bioconductor.org.
edgeR edgeR • 691 views
ADD COMMENT
0
Entering edit mode
Sam McInturf ▴ 300
@sam-mcinturf-5291
Last seen 8.6 years ago
United States
Hello Audra, First things first, when reporting your session info, use use sessionInfo(), include the ( ). First, what are your tab delim files? is this RNA seq data, or some other form of count data. And most importantly what do you want to do in R. Before trying to do much analysis you may want to google some R starting guides to get learn a bit of the language, You will have a very hard time with edgeR if you donĀ“t. On Sun, Dec 15, 2013 at 3:51 AM, Audra [guest] <guest@bioconductor.org>wrote: > > Hi, > > I am learning Edge R and am having trouble importing data. I have to tab > delimited files, each of two different time points I am trying to look at. > How do I input these data into the edgeR program so that I can see the > matrix? I hope this question makes sense. > > Audra > > -- output of sessionInfo(): > > > sessionInfo > function (package = NULL) > { > z <- list() > z$R.version <- R.Version() > z$platform <- z$R.version$platform > if (nzchar(.Platform$r_arch)) > z$platform <- paste(z$platform, .Platform$r_arch, sep = "/") > z$platform <- paste0(z$platform, " (", 8 * .Machine$sizeof.pointer, > "-bit)") > z$locale <- Sys.getlocale() > if (is.null(package)) { > package <- grep("^package:", search(), value = TRUE) > keep <- sapply(package, function(x) x == "package:base" || > !is.null(attr(as.environment(x), "path"))) > package <- sub("^package:", "", package[keep]) > } > pkgDesc <- lapply(package, packageDescription, encoding = NA) > if (length(package) == 0) > stop("no valid packages were specified") > basePkgs <- sapply(pkgDesc, function(x) !is.null(x$Priority) && > x$Priority == "base") > z$basePkgs <- package[basePkgs] > if (any(!basePkgs)) { > z$otherPkgs <- pkgDesc[!basePkgs] > names(z$otherPkgs) <- package[!basePkgs] > } > loadedOnly <- loadedNamespaces() > loadedOnly <- loadedOnly[!(loadedOnly %in% package)] > if (length(loadedOnly)) { > names(loadedOnly) <- loadedOnly > pkgDesc <- c(pkgDesc, lapply(loadedOnly, packageDescription)) > z$loadedOnly <- pkgDesc[loadedOnly] > } > class(z) <- "sessionInfo" > z > } > <bytecode: 0x10328e4e0=""> > <environment: namespace:utils=""> > > > > > -- > Sent via the guest posting facility at bioconductor.org. > > _______________________________________________ > Bioconductor mailing list > Bioconductor@r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor > -- Sam McInturf [[alternative HTML version deleted]]
ADD COMMENT

Login before adding your answer.

Traffic: 889 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6