Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create md version of paper #1

Closed
rmflight opened this issue Sep 17, 2012 · 2 comments
Closed

create md version of paper #1

rmflight opened this issue Sep 17, 2012 · 2 comments
Assignees

Comments

@rmflight
Copy link
Owner

I want to create a markdown version of the submitted paper, and host this on the gh-pages branch of the repo.

This will require a few things:

Rewriting the output so that we save the alignments for the mm and pm probes, and their overlapping exons from merged exons and base exons
Basically I want to be able to do the full paper generation from the output text files, or the RData file with all of the summary of results.

Saving the actual intensity difference matrix so we can refer back to it

Refactoring all of the big code chunks in the lapply into sub-functions so that we don't have to worry about deleting objects after we are done with them.

@ghost ghost assigned rmflight Sep 17, 2012
@rmflight
Copy link
Owner Author

Easiest way to refer back to figures and tables is to insert <a id="useRef"></a> directly before the code chunk that is going to create the object you want the link to appear at, and then using [link to useRef](#useRef) to provide an actual link.

@rmflight
Copy link
Owner Author

Implemented functions for working with tables and figure references. Have figure 1 inserted.

@rmflight rmflight closed this as completed Oct 9, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant