-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Hi team, I have some questions on the "get_control_x_intensities()" method.
- It returns a numpy array with a length of 23. What are these 23 numbers standing for? We can always see the control types and their values on GenomeStudio's control dashboard, such as DNP (High) | DNP (Bgnd) | Biotin (High) | Biotin (Bgnd) | Extension (A) | Extension (T) and so on.
- Dose x_intensity stand for red channel values and y_intensity for green?
- MethylationEpic Array has more control types than other genotyping arrays, dose it mean that it'll return a 23+ length of numpy array when apply get_control_x_intensities() to methylation array gtcs? If yes, could you specify their corresponding control types?
- Are these return values the same as what we can see in GenomeStudio's control dashboard?
See below what I pulled out from 1 MethylationEpic gtc, Thanks in advance!
from IlluminaBeadArrayFiles import GenotypeCalls, BeadPoolManifest, code2genotype
import sys
gtc_file=r"C:\202309880087_R01C02.gtc"
GenotypeCalls(gtc_file).get_control_x_intensities()
array([22163, 1337, 1341, 1025, 45830, 48170, 3044, 4004, 1773,
1749, 1357, 2127, 1042, 1086, 1287, 972, 1075, 1241,
1435, 1055, 1209, 874, 1398], dtype=uint16)
GenotypeCalls(gtc_file).get_control_y_intensities()
array([ 1412, 1090, 17303, 775, 1341, 912, 32024, 31040, 741,
23807, 16977, 8654, 776, 721, 743, 684, 737, 758,
1904, 833, 1092, 562, 2295], dtype=uint16)
len(GenotypeCalls(gtc_file).get_control_y_intensities())
23
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels