I'm trying to understand how does ensemble Ensembl work
Can you please explain to me what does these result of the code mean?
Feature Type: TF binding site
ENSR00001041428: Cell: MultiCell
Feature Type: Enhancer
ENSR00000672895: Cell: MultiCell
Feature Type: CTCF
ENSR00000169383: Cell: MultiCell
Thanks
5e3 is a perl shortcut for 5000.
ie, it means 5 x 10^3, ie 5000
For reference, it's not a Perl thing, it is scientific notation and the syntax is the same in most programming languages and calculators. I recognize that in the context of an API the meaning could be lost though.