YosefLab / scone

53 stars 12 forks source link

House keeping genes #97

Closed emmanuelsapin closed 6 years ago

emmanuelsapin commented 6 years ago

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

diyadas commented 6 years ago

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)