stemangiola / tidybulk

Brings bulk and pseudobulk transcriptomics to the tidyverse
https://stemangiola.github.io/tidybulk/
165 stars 25 forks source link

pivot_sample and pivot_transcript convert .sample and .feature to sample and feature #222

Closed mblue9 closed 2 years ago

mblue9 commented 3 years ago

Heya not a big deal just flagging this as I noticed it in the workshop here, the .sample and .feature columns get changed to sample and feature when those two functions are run. So if you try to use .sample to select column (which is what's being used up to that point in tutorial) you get error.

Thanks for submitting an issue.

Please add the following information to the issue

  1. Describe the issue/bug
  2. Print out the input dataset immediately before the bug occurs
  3. Paste the code immediately leading to the bug
  4. Print out of the output, if any
  5. Print out of the complete error/warning message, if any
  6. sessionInfo()

Thanks!

stemangiola commented 2 years ago

Fixed in the attached pull request

mblue9 commented 2 years ago

Great 👍