Your problem is that the command you entered
> the_data<-read.csv(file=“c:/file_name.csv,header=TRUE,sep=“,”)
is missing a double quote after the .csv. The statement should be
> the_data<-read.csv(file=“c:/file_name.csv",header=TRUE,sep=“,”)
The '+' sign is a prompt from R that indicates it has
Hello all,
To begin my analysis, I downloaded two TCGA datasets (GBM and LGG), both
csv files, onto on r script after loading the cBioLite package. Following
this, I inputted the following argument...
> the_data<-read.csv(file=“c:/file_name.csv,header=TRUE,sep=“,”)
Upon running the line I rece
Caitlin,
Perhaps that is the problem. To be more specific, the data was transferred
from the TCGA database to a CSV file... there are technically two separate
files (CSV) for this analysis one for GBM and one for LGG. Both CVS
files were then individually downloaded onto my open R console. Up
No worries Spencer. There is no downloaded data? Nothing is physically
stored on your hard drive? The dot in the path would be interpreted (no pun
intended!) as something like the following:
If the TCGA data was stored in a file named "tcga_data.dat" and it was in a
directory named "C:\spencer", t
Caitlin,
Forgive me, but I’m not quite sure exactly what your question is asking.
The data is originally from the TCGA and I have it downloaded onto another
R script. I opened a new script to perform the functions I posted to this
forum because I was unable to input any other commands into the c
Thank you! I will make note of that. Unfortunately, lines 1 and 4 of the
first portion of this analysis appear to be where the error begins... to
which several subsequent lines also come up as ‘errored’. Perhaps this is
an issue of the capitalization and/or spacing (something within the text)?
The
You should probably post this on the Bioconductor list rather then here, as
you would more likely find the expertise you seek there. You are using
Bioconductor packages after all.
https://support.bioconductor.org/
Cheers,
Bert
On Sun, Aug 26, 2018 at 2:09 PM Spencer Brackett <
spbracket...@sain
Thanks! Will do.
On Sun, Aug 26, 2018 at 5:37 PM Bert Gunter wrote:
> You should probably post this on the Bioconductor list rather then here,
> as you would more likely find the expertise you seek there. You are using
> Bioconductor packages after all.
>
> https://support.bioconductor.org/
>
>
Good evening,
I am attempting to run the following analysis on TCGA data, however
something is being reported as an error in my arguments... any ideas as to
what is incorrect in the following? Thanks!
1 library(TCGAbiolinks)
2
3 # Download the DNA methylation data: HumanMethylation450 LGG and G
9 matches
Mail list logo