ASCAT input files
0
0
Entering edit mode
8.1 years ago
lmarruda • 0

I am trying to build input matrices of LogR and B Allele Frequency (BAF) data (ASCAT). I have copy number files and allelic frequencies files

Table 1:

feature chromosome start end segments

1:840001-870000 1 840001 870000 -0.003

Table 2: Chrom Pos VAF

1 876499 1.0000000

1 878314 0.6666667

How to pair table 2 into the copy number intervals of table 1? Have tried this, but does not work:

for (i in 1:nrow(testcna)) { testX <- which(testcna$chromosome == testbaf$Chrom[i] & (testcna$start <= testbaf$Pos[i] & testcna$end >= testbaf$Pos[i]))
}

sequencing • 2.4k views
ADD COMMENT
0
Entering edit mode

Just for clarification so that I maybe can answer your question, what is your goal? To prepare the LogR and BAF-files so that you can run ASCAT to get copy number profiles of your sample? Or have you already run ASCAT?

ADD REPLY

Login before adding your answer.

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