ChatGPT part 2 Some simple coding examples
Where is it from? It is from OpenAI, who are developing a suite of AI applications including Access GPT-3, which performs a variety of natural language tasks, Codex, which translates natural language to code, and DALL·E, which creates and edits original images. ChatGPT can access these tools via a keyboard input as a free trial. What can it do? It can provide concise definitions: Define the "N50" of a collection of DNA sequences The N50 of a collection of DNA sequences is a measure of the contiguity or continuity of an assembly of DNA sequences. It is defined as the length of the shortest contig (a contiguous stretch of DNA sequence) that is longer than half the total length of the assembly. In other words, it is the length of the contig such that 50% of the assembly is in contigs of that length or longer. For example, consider an assembly of 4 DNA sequences of lengths 100, 200, 300, and 400. The total length of the assembly is 1000. The N50 of this assembly would be...