YosefLab/scone

House keeping genes

Closed this issue · 1 comments

Dear Yosef,
Thank you so much for this library.
However when I try to get the housekeeping genes and type:
print(data(housekeeping))
I get:
[1] "housekeeping"
Please could you tell me what did I do wrong?
Thank you in advance,
Cheers,
Emmanuel

not a member of the lab, but

?data tells you that the value of a call to data is " A character vector of all data sets specified..."

get(data(housekeeping)) will print the list of housekeeping genes, i.e. get the contents of the list called housekeeping that is loaded into the workspace by data(housekeeping)