For the last two self-test questions in the video, I got the answer to question one: there were a total of 32,738 cells that produced 2,286,884 gene counts. The answer to question two is: there are 16,634 non-zero count cells in the Dataframe, accounting for 50.8% of the total number of cells. Can someone tell me if I got it right?
Thank you so much for this video! When I run your code, I got this error: AttributeError: 'StringMethods' object has no attribute 'starswith'. I think this is because str is a keyword in python. Would you please tell me how to fix this? Thank you so much!
In the Scree/Elbow plot made in the tutorial
What is represented on the x and y axis
why are the values given on y-axis negative
Thank you
where can I get the Day2 data which was not found from the shared google drive
I think the data is same as that of Day1
For the last two self-test questions in the video, I got the answer to question one: there were a total of 32,738 cells that produced 2,286,884 gene counts.
The answer to question two is: there are 16,634 non-zero count cells in the Dataframe, accounting for 50.8% of the total number of cells.
Can someone tell me if I got it right?
Thank you so much for this video! When I run your code, I got this error:
AttributeError: 'StringMethods' object has no attribute 'starswith'. I think this is because str is a keyword in python. Would you please tell me how to fix this? Thank you so much!
It is 'startswith' not 'starswith'. You forgot to type the 't'.
at least give us a glimpse of what your data looks like.