what is targets.txt file in codelink R package
0
0
Entering edit mode
10.5 years ago
AHW ▴ 90

I am new to R and codelink package.

I upload two sample files using

f = list.files(pattern = "TXT")

and get the expression and SNR intensity by running first

codset = readCodelinkSet(filename = f)

I get expression by

exprs(codset)

and SNR by

getSNR(codset)

However I failed to get the Probe ID. I think I am missing something down here

pdata = read.AnnotatedDataFrame("targets.txt")
codset = readCodelinkSet(filename = pdata$FileName, phenoData = pdata)

What is targets.txt and how to prepare it? How to get probe IDs. Help appreciated

codelink r • 2.7k views
ADD COMMENT

Login before adding your answer.

Traffic: 7641 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