LINK TO CSV FILES: https://drive.google.com/drive/folders/1aCKWhTYptn2yI0VdO9IZ0-A5PPVbd92Z?usp=sharing

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

LINK TO CSV FILES: https://drive.google.com/drive/folders/1aCKWhTYptn2yI0VdO9IZ0-A5PPVbd92Z?usp=sharing

Post by answerhappygod »

LINK TO CSV
FILES: https://drive.google.com/drive/folders/ ... sp=sharing
Link To Csv Files Https Drive Google Com Drive Folders 1ackwhtyptn2yi0vdo9iz0 A5ppvbd92z Usp Sharing 1
Link To Csv Files Https Drive Google Com Drive Folders 1ackwhtyptn2yi0vdo9iz0 A5ppvbd92z Usp Sharing 1 (52 KiB) Viewed 42 times
Q3. You are given two csv files: qtl_maps_small.csv and chr_size.csv. [20 points] qtl_maps_small.csv contains the locations of some important genetic markers in the chromosomes of humans. Each row in the file represents a genetic marker: first column is the name of the marker, second column is the name of the chromosome the marker is located, third column is the location of the marker in the chromosome. chr_size.csv contains the length of each chromosome. First column is the chromosome name, and second column is the length of the chromosome. Your goal is to write R code to generate the plot below to visually represent the data in the two files. In the plot, vertical lines represent the length of each chromosome. It should be arranged from largest to smallest. The dots on the lines represent the locations of the markers in the chromosome. Use geom_linerange to plot the vertical lines, and geom point to plot the dots.

90 60 Sod 30 - 9 13 14 12 17 18 15 16 19 10 chr
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply